#CA7E19

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

Shades of Ochre #CA7E19

Tints of Ochre #CA7E19

Color information

#CA7E19 (or 0xCA7E19) is unknown color: approx Ochre. HEX triplet: CA, 7E and 19. RGB value is (202,126,25). Sum of RGB (Red+Green+Blue) = 202+126+25=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7E19 is #3581E6. Grayscale: #898989. Windows color (decimal): -3506663 or 1670858. OLE color: 1670858.

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

Color convert

RGB20212625-
CMYK00.380.880.21
HSL34.24º77.97%44.51%-
HSV(B)34.24º87.62%79.22%-
XYZ31.9927.554.55-
YUV137.2164.68174.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 25 (10.16% from 255) = 7.08%
R=57.22%
G=35.69%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021262500.380.880.2134.2477.9744.51
HexCA7E190265815224e2d
Octal31217631046130254211655
Binary1100101011111101100101001101011000101011000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E19; }

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

 H1.HeaderClassName
 {
   color: #CA7E19;
 }
 .AnyTagClassName
 {
   color: #CA7E19;
 }
</style>
background-color css

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

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

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

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

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

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