Html Css Color HEX #CA7119 Ochre

📋 copy color: '#CA7119'

red 202 ◦ green 113 ◦ blue 25

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

Shades of Ochre #CA7119

Tints of Ochre #CA7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.35%

R = 59.41%
G = 33.24%
B = 7.35%

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

#CA7119 (or 0xCA7119) is known color: Ochre. HEX triplet: CA, 71 and 19. RGB value is (202,113,25). Sum of RGB (Red+Green+Blue) = 202+113+25=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7119 is #358EE6. Grayscale: #828282. Windows color (decimal): -3509991 or 1667530. OLE color: 1667530.

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

Color convert

RGB 202 113 25 -
CMYK 0 0.44 0.88 0.21
HSL 29.83º 0.78% 0.45% -
HSV(B) 29.83º 0.88% 0.79% -
XYZ 30.44 24.44 4.03 -
YUV 129.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 202 113 25 0 0.44 0.88 0.21 29.83 0.78 0.45
Hex CA 71 19 0 2C 58 15 1E 4E 2D
Octal 312 161 31 0 54 130 25 36 116 55
Binary 11001010 1110001 11001 0 101100 1011000 10101 11110 1001110 101101

Color Harmonies of #CA7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7119

Black with #CA7119

Text Example


Text Example

White with #CA7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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