Html Css Color HEX #CC9489 Quicksand

📋 copy color: '#CC9489'

red 204 ◦ green 148 ◦ blue 137

#CC9489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #CC9489

Tints of Quicksand #CC9489

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

 GREEN value IS 148 (58.2% from 255) = 30.27%

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 41.72%
G = 30.27%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC9489 (or 0xCC9489) is known color: Quicksand. HEX triplet: CC, 94 and 89. RGB value is (204,148,137). Sum of RGB (Red+Green+Blue) = 204+148+137=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9489 is #336B76. Grayscale: #A3A3A3. Windows color (decimal): -3369847 or 9016524. OLE color: 9016524.

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

Color convert

RGB 204 148 137 -
CMYK 0 0.27 0.33 0.2
HSL 9.85º 0.4% 0.67% -
HSV(B) 9.85º 0.33% 0.8% -
XYZ 40.01 35.82 28.47 -
YUV 163.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 204 148 137 0 0.27 0.33 0.2 9.85 0.4 0.67
Hex CC 94 89 0 1B 21 14 A 28 43
Octal 314 224 211 0 33 41 24 12 50 103
Binary 11001100 10010100 10001001 0 11011 100001 10100 1010 101000 1000011

Color Harmonies of #CC9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9489

Black with #CC9489

Text Example


Text Example

White with #CC9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9489; }

 p { color: rgb(204,148,137); }

 H1.HeaderClassName
 {
   color: #CC9489;
 }
 .AnyTagClassName
 {
   color: #CC9489;
 }
</style>

background-color css

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

 a { background-color: rgb(204,148,137); }

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

border-color css

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

 span { border-color: rgb(204,148,137); }

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