#CB941E

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

Shades of Nugget #CB941E

Tints of Nugget #CB941E

Color information

#CB941E (or 0xCB941E) is unknown color: approx Nugget. HEX triplet: CB, 94 and 1E. RGB value is (203,148,30). Sum of RGB (Red+Green+Blue) = 203+148+30=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB941E is #346BE1. Grayscale: #979797. Windows color (decimal): -3435490 or 2004171. OLE color: 2004171.

HSL color Cylindrical-coordinate representation of color #CB941E: hue angle of 40.92º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB941E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20314830-
CMYK00.270.850.20
HSL40.92º74.25%45.69%-
HSV(B)40.92º85.22%79.61%-
XYZ35.4533.975.92-
YUV150.9959.72165.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=53.28%
G=38.85%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031483000.270.850.2040.9274.2545.69
HexCB941E01B5514294a2e
Octal31322436033125245111256
Binary1100101110010100111100110111010101101001010011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB941E; }

 p { color: rgb(203,148,30); }

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

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

 a { background-color: rgb(203,148,30); }

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

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

 span { border-color: rgb(203,148,30); }

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