#CC9969

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

Shades of Fallow #CC9969

Tints of Fallow #CC9969

Color information

#CC9969 (or 0xCC9969) is unknown color: approx Fallow. HEX triplet: CC, 99 and 69. RGB value is (204,153,105). Sum of RGB (Red+Green+Blue) = 204+153+105=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9969 is #336696. Grayscale: #A3A3A3. Windows color (decimal): -3368599 or 6920652. OLE color: 6920652.

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

Color convert

RGB204153105-
CMYK00.250.490.2
HSL29.09º49.25%60.59%-
HSV(B)29.09º48.53%80%-
XYZ38.8436.6418.39-
YUV162.7895.4157.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 105 (41.41% from 255) = 22.73%
R=44.16%
G=33.12%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415310500.250.490.229.0949.2560.59
HexCC996901931141d313d
Octal3142311510316124356175
Binary110011001001100111010010110011100011010011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9969; }

 p { color: rgb(204,153,105); }

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

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

 a { background-color: rgb(204,153,105); }

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

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

 span { border-color: rgb(204,153,105); }

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