Html Css Color HEX #CB7118 Ochre

📋 copy color: '#CB7118'

red 203 ◦ green 113 ◦ blue 24

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

Shades of Ochre #CB7118

Tints of Ochre #CB7118

RGB

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

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

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

R = 59.71%
G = 33.24%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7118 (or 0xCB7118) is known color: Ochre. HEX triplet: CB, 71 and 18. RGB value is (203,113,24). Sum of RGB (Red+Green+Blue) = 203+113+24=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7118 is #348EE7. Grayscale: #828282. Windows color (decimal): -3444456 or 1601995. OLE color: 1601995.

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

Color convert

RGB 203 113 24 -
CMYK 0 0.44 0.88 0.20
HSL 29.83º 0.79% 0.45% -
HSV(B) 29.83º 0.88% 0.8% -
XYZ 30.7 24.57 3.99 -
YUV 129.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 203 113 24 0 0.44 0.88 0.20 29.83 0.79 0.45
Hex CB 71 18 0 2C 58 14 1E 4F 2D
Octal 313 161 30 0 54 130 24 36 117 55
Binary 11001011 1110001 11000 0 101100 1011000 10100 11110 1001111 101101

Color Harmonies of #CB7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7118

Black with #CB7118

Text Example


Text Example

White with #CB7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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