Html Css Color HEX #CB7111 Ochre

📋 copy color: '#CB7111'

red 203 ◦ green 113 ◦ blue 17

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

Shades of Ochre #CB7111

Tints of Ochre #CB7111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 60.96%
G = 33.93%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7111 (or 0xCB7111) is known color: Ochre. HEX triplet: CB, 71 and 11. RGB value is (203,113,17). Sum of RGB (Red+Green+Blue) = 203+113+17=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7111 is #348EEE. Grayscale: #818181. Windows color (decimal): -3444463 or 1143243. OLE color: 1143243.

HSL color Cylindrical-coordinate representation of color #CB7111: hue angle of 30.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7111 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 17 -
CMYK 0 0.44 0.92 0.20
HSL 30.97º 0.85% 0.43% -
HSV(B) 30.97º 0.92% 0.8% -
XYZ 30.63 24.55 3.65 -
YUV 128.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 203 113 17 0 0.44 0.92 0.20 30.97 0.85 0.43
Hex CB 71 11 0 2C 5C 14 1F 55 2B
Octal 313 161 21 0 54 134 24 37 125 53
Binary 11001011 1110001 10001 0 101100 1011100 10100 11111 1010101 101011

Color Harmonies of #CB7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7111

Black with #CB7111

Text Example


Text Example

White with #CB7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7111; }

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

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

background-color css

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

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

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

border-color css

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

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

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