Html Css Color HEX #CB8016 Ochre

📋 copy color: '#CB8016'

red 203 ◦ green 128 ◦ blue 22

#CB8016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB8016

Tints of Ochre #CB8016

RGB

 RED value IS 203 (79.69% from 255) = 57.51%

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 57.51%
G = 36.26%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8016 (or 0xCB8016) is known color: Ochre. HEX triplet: CB, 80 and 16. RGB value is (203,128,22). Sum of RGB (Red+Green+Blue) = 203+128+22=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8016 is #347FE9. Grayscale: #8A8A8A. Windows color (decimal): -3440618 or 1474763. OLE color: 1474763.

HSL color Cylindrical-coordinate representation of color #CB8016: hue angle of 35.14º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8016 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 22 -
CMYK 0 0.37 0.89 0.20
HSL 35.14º 0.8% 0.44% -
HSV(B) 35.14º 0.89% 0.8% -
XYZ 32.49 28.19 4.49 -
YUV 138.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 203 128 22 0 0.37 0.89 0.20 35.14 0.8 0.44
Hex CB 80 16 0 25 59 14 23 50 2C
Octal 313 200 26 0 45 131 24 43 120 54
Binary 11001011 10000000 10110 0 100101 1011001 10100 100011 1010000 101100

Color Harmonies of #CB8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8016

Black with #CB8016

Text Example


Text Example

White with #CB8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8016; }

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

 H1.HeaderClassName
 {
   color: #CB8016;
 }
 .AnyTagClassName
 {
   color: #CB8016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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