Html Css Color HEX #CB7115 Ochre

📋 copy color: '#CB7115'

red 203 ◦ green 113 ◦ blue 21

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

Shades of Ochre #CB7115

Tints of Ochre #CB7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

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

R = 60.24%
G = 33.53%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7115 (or 0xCB7115) is known color: Ochre. HEX triplet: CB, 71 and 15. RGB value is (203,113,21). Sum of RGB (Red+Green+Blue) = 203+113+21=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7115 is #348EEA. Grayscale: #818181. Windows color (decimal): -3444459 or 1405387. OLE color: 1405387.

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

Color convert

RGB 203 113 21 -
CMYK 0 0.44 0.90 0.20
HSL 30.33º 0.81% 0.44% -
HSV(B) 30.33º 0.9% 0.8% -
XYZ 30.67 24.56 3.83 -
YUV 129.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 203 113 21 0 0.44 0.90 0.20 30.33 0.81 0.44
Hex CB 71 15 0 2C 5A 14 1E 51 2C
Octal 313 161 25 0 54 132 24 36 121 54
Binary 11001011 1110001 10101 0 101100 1011010 10100 11110 1010001 101100

Color Harmonies of #CB7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7115

Black with #CB7115

Text Example


Text Example

White with #CB7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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