Html Css Color HEX #CB8212 Ochre

📋 copy color: '#CB8212'

red 203 ◦ green 130 ◦ blue 18

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

Shades of Ochre #CB8212

Tints of Ochre #CB8212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 57.83%
G = 37.04%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB8212 (or 0xCB8212) is known color: Ochre. HEX triplet: CB, 82 and 12. RGB value is (203,130,18). Sum of RGB (Red+Green+Blue) = 203+130+18=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8212 is #347DED. Grayscale: #8B8B8B. Windows color (decimal): -3440110 or 1213131. OLE color: 1213131.

HSL color Cylindrical-coordinate representation of color #CB8212: hue angle of 36.32º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8212 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 18 -
CMYK 0 0.36 0.91 0.20
HSL 36.32º 0.84% 0.43% -
HSV(B) 36.32º 0.91% 0.8% -
XYZ 32.72 28.71 4.39 -
YUV 139.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 203 130 18 0 0.36 0.91 0.20 36.32 0.84 0.43
Hex CB 82 12 0 24 5B 14 24 54 2B
Octal 313 202 22 0 44 133 24 44 124 53
Binary 11001011 10000010 10010 0 100100 1011011 10100 100100 1010100 101011

Color Harmonies of #CB8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8212

Black with #CB8212

Text Example


Text Example

White with #CB8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8212; }

 p { color: rgb(203,130,18); }

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

background-color css

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

 a { background-color: rgb(203,130,18); }

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

border-color css

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

 span { border-color: rgb(203,130,18); }

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