#cb911c

Color #CB911C Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #CB911C

Tints of Nugget #CB911C

Color information

#CB911C (or 0xCB911C) is unknown color: approx Nugget. HEX triplet: CB, 91 and 1C. RGB value is (203,145,28). Sum of RGB (Red+Green+Blue) = 203+145+28=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB911C is #346EE3. Grayscale: #959595. Windows color (decimal): -3436260 or 1872331. OLE color: 1872331.

HSL color Cylindrical-coordinate representation of color #CB911C: hue angle of 40.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB911C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20314528-
CMYK00.290.860.20
HSL40.11º75.76%45.29%-
HSV(B)40.11º86.21%79.61%-
XYZ34.9633.035.63-
YUV14959.72166.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 28 (11.33% from 255) = 7.45%
R=53.99%
G=38.56%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031452800.290.860.2040.1175.7645.29
HexCB911C01D5614284c2d
Octal31322134035126245011455
Binary1100101110010001111000111011010110101001010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb911c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb911c; }

 p { color: rgb(203,145,28); }

 H1.HeaderClassName
 {
   color: #cb911c;
 }
 .AnyTagClassName
 {
   color: #cb911c;
 }
</style>
background-color css

<style>
 a { background-color: #cb911c; }

 a { background-color: rgb(203,145,28); }

 div.DivClassName
 {
   background-color: #cb911c;
 }
 .BgClassName
 {
   background-color: #cb911c;
 }
</style>
border-color css

<style>
 span { border-color: #cb911c; }

 span { border-color: rgb(203,145,28); }

 td.TdClassName
 {
   border-color: #cb911c;
 }
 .TagClassName
 {
   border-color: #cb911c;
 }
</style>