#CA976B

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

Shades of Fallow #CA976B

Tints of Fallow #CA976B

Color information

#CA976B (or 0xCA976B) is unknown color: approx Fallow. HEX triplet: CA, 97 and 6B. RGB value is (202,151,107). Sum of RGB (Red+Green+Blue) = 202+151+107=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA976B is #356894. Grayscale: #A1A1A1. Windows color (decimal): -3500181 or 7051210. OLE color: 7051210.

HSL color Cylindrical-coordinate representation of color #CA976B: hue angle of 27.79º 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 #CA976B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202151107-
CMYK00.250.470.21
HSL27.79º47.26%60.59%-
HSV(B)27.79º47.03%79.22%-
XYZ38.0835.7518.8-
YUV161.2397.4157.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=43.91%
G=32.83%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215110700.250.470.2127.7947.2660.59
HexCA976B0192F151c2f3d
Octal3122271530315725345775
Binary110010101001011111010110110011011111010111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA976B; }

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

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

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

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

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

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

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

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