Html Css Color HEX #CB8615 Ochre

📋 copy color: '#CB8615'

red 203 ◦ green 134 ◦ blue 21

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

Shades of Ochre #CB8615

Tints of Ochre #CB8615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 56.7%
G = 37.43%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB8615 (or 0xCB8615) is known color: Ochre. HEX triplet: CB, 86 and 15. RGB value is (203,134,21). Sum of RGB (Red+Green+Blue) = 203+134+21=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8615 is #3479EA. Grayscale: #8E8E8E. Windows color (decimal): -3439083 or 1410763. OLE color: 1410763.

HSL color Cylindrical-coordinate representation of color #CB8615: hue angle of 37.25º degrees, saturation: 0.81, 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 #CB8615 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 21 -
CMYK 0 0.34 0.90 0.20
HSL 37.25º 0.81% 0.44% -
HSV(B) 37.25º 0.9% 0.8% -
XYZ 33.29 29.8 4.71 -
YUV 141.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 203 134 21 0 0.34 0.90 0.20 37.25 0.81 0.44
Hex CB 86 15 0 22 5A 14 25 51 2C
Octal 313 206 25 0 42 132 24 45 121 54
Binary 11001011 10000110 10101 0 100010 1011010 10100 100101 1010001 101100

Color Harmonies of #CB8615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8615

Black with #CB8615

Text Example


Text Example

White with #CB8615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8615; }

 p { color: rgb(203,134,21); }

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

background-color css

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

 a { background-color: rgb(203,134,21); }

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

border-color css

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

 span { border-color: rgb(203,134,21); }

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