Html Css Color HEX #CB7015 Ochre

📋 copy color: '#CB7015'

red 203 ◦ green 112 ◦ blue 21

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

Shades of Ochre #CB7015

Tints of Ochre #CB7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 60.42%
G = 33.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7015 (or 0xCB7015) is known color: Ochre. HEX triplet: CB, 70 and 15. RGB value is (203,112,21). Sum of RGB (Red+Green+Blue) = 203+112+21=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7015 is #348FEA. Grayscale: #818181. Windows color (decimal): -3444715 or 1405131. OLE color: 1405131.

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

Color convert

RGB 203 112 21 -
CMYK 0 0.45 0.90 0.20
HSL 30º 0.81% 0.44% -
HSV(B) 30º 0.9% 0.8% -
XYZ 30.56 24.34 3.8 -
YUV 128.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 203 112 21 0 0.45 0.90 0.20 30 0.81 0.44
Hex CB 70 15 0 2D 5A 14 1E 51 2C
Octal 313 160 25 0 55 132 24 36 121 54
Binary 11001011 1110000 10101 0 101101 1011010 10100 11110 1010001 101100

Color Harmonies of #CB7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7015

Black with #CB7015

Text Example


Text Example

White with #CB7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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