#CA996C

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

Shades of Fallow #CA996C

Tints of Fallow #CA996C

Color information

#CA996C (or 0xCA996C) is unknown color: approx Fallow. HEX triplet: CA, 99 and 6C. RGB value is (202,153,108). Sum of RGB (Red+Green+Blue) = 202+153+108=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA996C is #356693. Grayscale: #A2A2A2. Windows color (decimal): -3499668 or 7117258. OLE color: 7117258.

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

Color convert

RGB202153108-
CMYK00.240.470.21
HSL28.72º47%60.78%-
HSV(B)28.72º46.53%79.22%-
XYZ38.4636.4219.19-
YUV162.5297.23156.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=43.63%
G=33.05%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215310800.240.470.2128.724760.78
HexCA996C0182F151d2f3d
Octal3122311540305725355775
Binary110010101001100111011000110001011111010111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA996C; }

 p { color: rgb(202,153,108); }

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

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

 a { background-color: rgb(202,153,108); }

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

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

 span { border-color: rgb(202,153,108); }

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