#CA7028

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

Shades of Ochre #CA7028

Tints of Ochre #CA7028

Color information

#CA7028 (or 0xCA7028) is unknown color: approx Ochre. HEX triplet: CA, 70 and 28. RGB value is (202,112,40). Sum of RGB (Red+Green+Blue) = 202+112+40=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7028 is #358FD7. Grayscale: #838383. Windows color (decimal): -3510232 or 2650314. OLE color: 2650314.

HSL color Cylindrical-coordinate representation of color #CA7028: hue angle of 26.67º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7028 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20211240-
CMYK00.450.800.21
HSL26.67º66.94%47.45%-
HSV(B)26.67º80.2%79.22%-
XYZ30.5324.35.09-
YUV130.776.82178.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 40 (16.02% from 255) = 11.30%
R=57.06%
G=31.64%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021124000.450.800.2126.6766.9447.45
HexCA702802D50151b432f
Octal31216050055120253310357
Binary1100101011100001010000101101101000010101110111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7028; }

 p { color: rgb(202,112,40); }

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

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

 a { background-color: rgb(202,112,40); }

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

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

 span { border-color: rgb(202,112,40); }

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