Html Css Color HEX #CB7016 Ochre

📋 copy color: '#CB7016'

red 203 ◦ green 112 ◦ blue 22

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

Shades of Ochre #CB7016

Tints of Ochre #CB7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 60.24%
G = 33.23%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB7016 (or 0xCB7016) is known color: Ochre. HEX triplet: CB, 70 and 16. RGB value is (203,112,22). Sum of RGB (Red+Green+Blue) = 203+112+22=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7016 is #348FE9. Grayscale: #818181. Windows color (decimal): -3444714 or 1470667. OLE color: 1470667.

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

Color convert

RGB 203 112 22 -
CMYK 0 0.45 0.89 0.20
HSL 29.83º 0.8% 0.44% -
HSV(B) 29.83º 0.89% 0.8% -
XYZ 30.57 24.34 3.85 -
YUV 128.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 203 112 22 0 0.45 0.89 0.20 29.83 0.8 0.44
Hex CB 70 16 0 2D 59 14 1E 50 2C
Octal 313 160 26 0 55 131 24 36 120 54
Binary 11001011 1110000 10110 0 101101 1011001 10100 11110 1010000 101100

Color Harmonies of #CB7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7016

Black with #CB7016

Text Example


Text Example

White with #CB7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7016; }

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

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

background-color css

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

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

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

border-color css

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

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

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