Html Css Color HEX #CB8219 Ochre

📋 copy color: '#CB8219'

red 203 ◦ green 130 ◦ blue 25

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

Shades of Ochre #CB8219

Tints of Ochre #CB8219

RGB

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

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

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

R = 56.7%
G = 36.31%
B = 6.98%

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

#CB8219 (or 0xCB8219) is known color: Ochre. HEX triplet: CB, 82 and 19. RGB value is (203,130,25). Sum of RGB (Red+Green+Blue) = 203+130+25=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8219 is #347DE6. Grayscale: #8C8C8C. Windows color (decimal): -3440103 or 1671883. OLE color: 1671883.

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

Color convert

RGB 203 130 25 -
CMYK 0 0.36 0.88 0.20
HSL 35.39º 0.78% 0.45% -
HSV(B) 35.39º 0.88% 0.8% -
XYZ 32.79 28.73 4.74 -
YUV 139.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 203 130 25 0 0.36 0.88 0.20 35.39 0.78 0.45
Hex CB 82 19 0 24 58 14 23 4E 2D
Octal 313 202 31 0 44 130 24 43 116 55
Binary 11001011 10000010 11001 0 100100 1011000 10100 100011 1001110 101101

Color Harmonies of #CB8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8219

Black with #CB8219

Text Example


Text Example

White with #CB8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8219; }

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

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

background-color css

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

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

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

border-color css

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

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

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