#CA8117

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

Shades of Ochre #CA8117

Tints of Ochre #CA8117

Color information

#CA8117 (or 0xCA8117) is unknown color: approx Ochre. HEX triplet: CA, 81 and 17. RGB value is (202,129,23). Sum of RGB (Red+Green+Blue) = 202+129+23=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8117 is #357EE8. Grayscale: #8B8B8B. Windows color (decimal): -3505897 or 1540554. OLE color: 1540554.

HSL color Cylindrical-coordinate representation of color #CA8117: hue angle of 35.53º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA8117 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20212923-
CMYK00.360.890.21
HSL35.53º79.56%44.12%-
HSV(B)35.53º88.61%79.22%-
XYZ32.3628.324.57-
YUV138.7462.68173.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 23 (9.38% from 255) = 6.50%
R=57.06%
G=36.44%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021292300.360.890.2135.5379.5644.12
HexCA8117024591524502c
Octal31220127044131254412054
Binary11001010100000011011101001001011001101011001001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8117; }

 p { color: rgb(202,129,23); }

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

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

 a { background-color: rgb(202,129,23); }

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

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

 span { border-color: rgb(202,129,23); }

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