#CA7119

Color #CA7119 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CA7119

Tints of Ochre #CA7119

Color information

#CA7119 (or 0xCA7119) is unknown color: approx 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

RGB20211325-
CMYK00.440.880.21
HSL29.83º77.97%44.51%-
HSV(B)29.83º87.62%79.22%-
XYZ30.4424.444.03-
YUV129.5868.99179.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021132500.440.880.2129.8377.9744.51
HexCA711902C58151e4e2d
Octal31216131054130253611655
Binary110010101110001110010101100101100010101111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>