Html Css Color HEX #CB8018 Ochre

📋 copy color: '#CB8018'

red 203 ◦ green 128 ◦ blue 24

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

Shades of Ochre #CB8018

Tints of Ochre #CB8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 57.18%
G = 36.06%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8018 (or 0xCB8018) is known color: Ochre. HEX triplet: CB, 80 and 18. RGB value is (203,128,24). Sum of RGB (Red+Green+Blue) = 203+128+24=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8018 is #347FE7. Grayscale: #8B8B8B. Windows color (decimal): -3440616 or 1605835. OLE color: 1605835.

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

Color convert

RGB 203 128 24 -
CMYK 0 0.37 0.88 0.20
HSL 34.86º 0.79% 0.45% -
HSV(B) 34.86º 0.88% 0.8% -
XYZ 32.51 28.2 4.59 -
YUV 138.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 203 128 24 0 0.37 0.88 0.20 34.86 0.79 0.45
Hex CB 80 18 0 25 58 14 23 4F 2D
Octal 313 200 30 0 45 130 24 43 117 55
Binary 11001011 10000000 11000 0 100101 1011000 10100 100011 1001111 101101

Color Harmonies of #CB8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8018

Black with #CB8018

Text Example


Text Example

White with #CB8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8018; }

 p { color: rgb(203,128,24); }

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

background-color css

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

 a { background-color: rgb(203,128,24); }

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

border-color css

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

 span { border-color: rgb(203,128,24); }

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