#CC998A

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

Shades of Quicksand #CC998A

Tints of Quicksand #CC998A

Color information

#CC998A (or 0xCC998A) is unknown color: approx Quicksand. HEX triplet: CC, 99 and 8A. RGB value is (204,153,138). Sum of RGB (Red+Green+Blue) = 204+153+138=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC998A is #336675. Grayscale: #A6A6A6. Windows color (decimal): -3368566 or 9083340. OLE color: 9083340.

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

Color convert

RGB204153138-
CMYK00.250.320.2
HSL13.64º39.29%67.06%-
HSV(B)13.64º32.35%80%-
XYZ40.8837.4529.12-
YUV166.54111.9154.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=41.21%
G=30.91%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415313800.250.320.213.6439.2967.06
HexCC998A0192014e2743
Octal31423121203140241647103
Binary1100110010011001100010100110011000001010011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC998A; }

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

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

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

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

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

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

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

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