#CA9669

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

Shades of Fallow #CA9669

Tints of Fallow #CA9669

Color information

#CA9669 (or 0xCA9669) is unknown color: approx Fallow. HEX triplet: CA, 96 and 69. RGB value is (202,150,105). Sum of RGB (Red+Green+Blue) = 202+150+105=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9669 is #356996. Grayscale: #A0A0A0. Windows color (decimal): -3500439 or 6919882. OLE color: 6919882.

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

Color convert

RGB202150105-
CMYK00.260.480.21
HSL27.84º47.78%60.2%-
HSV(B)27.84º48.02%79.22%-
XYZ37.8135.3918.2-
YUV160.4296.73157.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=44.20%
G=32.82%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215010500.260.480.2127.8447.7860.2
HexCA966901A30151c303c
Octal3122261510326025346074
Binary110010101001011011010010110101100001010111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9669; }

 p { color: rgb(202,150,105); }

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

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

 a { background-color: rgb(202,150,105); }

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

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

 span { border-color: rgb(202,150,105); }

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