Html Css Color HEX #CB8119 Ochre

📋 copy color: '#CB8119'

red 203 ◦ green 129 ◦ blue 25

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

Shades of Ochre #CB8119

Tints of Ochre #CB8119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 25 (10.16% from 255) = 7%

R = 56.86%
G = 36.13%
B = 7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8119 (or 0xCB8119) is known color: Ochre. HEX triplet: CB, 81 and 19. RGB value is (203,129,25). Sum of RGB (Red+Green+Blue) = 203+129+25=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8119 is #347EE6. Grayscale: #8B8B8B. Windows color (decimal): -3440359 or 1671627. OLE color: 1671627.

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

Color convert

RGB 203 129 25 -
CMYK 0 0.36 0.88 0.20
HSL 35.06º 0.78% 0.45% -
HSV(B) 35.06º 0.88% 0.8% -
XYZ 32.65 28.47 4.69 -
YUV 139.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 203 129 25 0 0.36 0.88 0.20 35.06 0.78 0.45
Hex CB 81 19 0 24 58 14 23 4E 2D
Octal 313 201 31 0 44 130 24 43 116 55
Binary 11001011 10000001 11001 0 100100 1011000 10100 100011 1001110 101101

Color Harmonies of #CB8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8119

Black with #CB8119

Text Example


Text Example

White with #CB8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8119; }

 p { color: rgb(203,129,25); }

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

background-color css

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

 a { background-color: rgb(203,129,25); }

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

border-color css

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

 span { border-color: rgb(203,129,25); }

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