#CB801C

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

Shades of Ochre #CB801C

Tints of Ochre #CB801C

Color information

#CB801C (or 0xCB801C) is unknown color: approx Ochre. HEX triplet: CB, 80 and 1C. RGB value is (203,128,28). Sum of RGB (Red+Green+Blue) = 203+128+28=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB801C is #347FE3. Grayscale: #8B8B8B. Windows color (decimal): -3440612 or 1867979. OLE color: 1867979.

HSL color Cylindrical-coordinate representation of color #CB801C: hue angle of 34.29º 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 #CB801C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20312828-
CMYK00.370.860.20
HSL34.29º75.76%45.29%-
HSV(B)34.29º86.21%79.61%-
XYZ32.5628.224.83-
YUV139.0265.35173.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 28 (11.33% from 255) = 7.80%
R=56.55%
G=35.65%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031282800.370.860.2034.2975.7645.29
HexCB801C0255614224c2d
Octal31320034045126244211455
Binary11001011100000001110001001011010110101001000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB801C; }

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

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

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

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

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

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

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

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