Html Css Color HEX #CB8214 Ochre

📋 copy color: '#CB8214'

red 203 ◦ green 130 ◦ blue 20

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

Shades of Ochre #CB8214

Tints of Ochre #CB8214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 57.51%
G = 36.83%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB8214 (or 0xCB8214) is known color: Ochre. HEX triplet: CB, 82 and 14. RGB value is (203,130,20). Sum of RGB (Red+Green+Blue) = 203+130+20=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8214 is #347DEB. Grayscale: #8B8B8B. Windows color (decimal): -3440108 or 1344203. OLE color: 1344203.

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

Color convert

RGB 203 130 20 -
CMYK 0 0.36 0.90 0.20
HSL 36.07º 0.82% 0.44% -
HSV(B) 36.07º 0.9% 0.8% -
XYZ 32.74 28.71 4.48 -
YUV 139.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 203 130 20 0 0.36 0.90 0.20 36.07 0.82 0.44
Hex CB 82 14 0 24 5A 14 24 52 2C
Octal 313 202 24 0 44 132 24 44 122 54
Binary 11001011 10000010 10100 0 100100 1011010 10100 100100 1010010 101100

Color Harmonies of #CB8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8214

Black with #CB8214

Text Example


Text Example

White with #CB8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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