#CA976E

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

Shades of Fallow #CA976E

Tints of Fallow #CA976E

Color information

#CA976E (or 0xCA976E) is unknown color: approx Fallow. HEX triplet: CA, 97 and 6E. RGB value is (202,151,110). Sum of RGB (Red+Green+Blue) = 202+151+110=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA976E is #356891. Grayscale: #A1A1A1. Windows color (decimal): -3500178 or 7247818. OLE color: 7247818.

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

Color convert

RGB202151110-
CMYK00.250.460.21
HSL26.74º46.46%61.18%-
HSV(B)26.74º45.54%79.22%-
XYZ38.2435.8219.65-
YUV161.5798.9156.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=43.63%
G=32.61%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215111000.250.460.2126.7446.4661.18
HexCA976E0192E151b2e3d
Octal3122271560315625335675
Binary110010101001011111011100110011011101010111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA976E; }

 p { color: rgb(202,151,110); }

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

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

 a { background-color: rgb(202,151,110); }

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

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

 span { border-color: rgb(202,151,110); }

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