#CA6F1F

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

Shades of Ochre #CA6F1F

Tints of Ochre #CA6F1F

Color information

#CA6F1F (or 0xCA6F1F) is unknown color: approx Ochre. HEX triplet: CA, 6F and 1F. RGB value is (202,111,31). Sum of RGB (Red+Green+Blue) = 202+111+31=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F1F is #3590E0. Grayscale: #818181. Windows color (decimal): -3510497 or 2060234. OLE color: 2060234.

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

Color convert

RGB20211131-
CMYK00.450.850.21
HSL28.07º73.39%45.69%-
HSV(B)28.07º84.65%79.22%-
XYZ30.2924.024.34-
YUV129.0972.65180-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 31 (12.5% from 255) = 9.01%
R=58.72%
G=32.27%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021113100.450.850.2128.0773.3945.69
HexCA6F1F02D55151c492e
Octal31215737055125253411156
Binary110010101101111111110101101101010110101111001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F1F; }

 p { color: rgb(202,111,31); }

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

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

 a { background-color: rgb(202,111,31); }

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

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

 span { border-color: rgb(202,111,31); }

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