Html Css Color HEX #CA7118 Ochre

📋 copy color: '#CA7118'

red 202 ◦ green 113 ◦ blue 24

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

Shades of Ochre #CA7118

Tints of Ochre #CA7118

RGB

 RED value IS 202 (79.3% from 255) = 59.59%

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

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

R = 59.59%
G = 33.33%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA7118 (or 0xCA7118) is known color: Ochre. HEX triplet: CA, 71 and 18. RGB value is (202,113,24). Sum of RGB (Red+Green+Blue) = 202+113+24=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7118 is #358EE7. Grayscale: #818181. Windows color (decimal): -3509992 or 1601994. OLE color: 1601994.

HSL color Cylindrical-coordinate representation of color #CA7118: hue angle of 30º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA7118 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 24 -
CMYK 0 0.44 0.88 0.21
HSL 30º 0.79% 0.44% -
HSV(B) 30º 0.88% 0.79% -
XYZ 30.43 24.43 3.98 -
YUV 129.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 202 113 24 0 0.44 0.88 0.21 30 0.79 0.44
Hex CA 71 18 0 2C 58 15 1E 4F 2C
Octal 312 161 30 0 54 130 25 36 117 54
Binary 11001010 1110001 11000 0 101100 1011000 10101 11110 1001111 101100

Color Harmonies of #CA7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7118

Black with #CA7118

Text Example


Text Example

White with #CA7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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