#CA8515

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

Shades of Ochre #CA8515

Tints of Ochre #CA8515

Color information

#CA8515 (or 0xCA8515) is unknown color: approx Ochre. HEX triplet: CA, 85 and 15. RGB value is (202,133,21). Sum of RGB (Red+Green+Blue) = 202+133+21=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8515 is #357AEA. Grayscale: #8D8D8D. Windows color (decimal): -3504875 or 1410506. OLE color: 1410506.

HSL color Cylindrical-coordinate representation of color #CA8515: hue angle of 37.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA8515 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20213321-
CMYK00.340.900.21
HSL37.13º81.17%43.73%-
HSV(B)37.13º89.6%79.22%-
XYZ32.8829.394.65-
YUV140.8660.36171.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 21 (8.59% from 255) = 5.90%
R=56.74%
G=37.36%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021332100.340.900.2137.1381.1743.73
HexCA85150225A1525512c
Octal31220525042132254512154
Binary11001010100001011010101000101011010101011001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8515; }

 p { color: rgb(202,133,21); }

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

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

 a { background-color: rgb(202,133,21); }

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

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

 span { border-color: rgb(202,133,21); }

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