Html Css Color HEX #CC9889 Quicksand

📋 copy color: '#CC9889'

red 204 ◦ green 152 ◦ blue 137

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

Shades of Quicksand #CC9889

Tints of Quicksand #CC9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 41.38%
G = 30.83%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC9889 (or 0xCC9889) is known color: Quicksand. HEX triplet: CC, 98 and 89. RGB value is (204,152,137). Sum of RGB (Red+Green+Blue) = 204+152+137=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9889 is #336776. Grayscale: #A5A5A5. Windows color (decimal): -3368823 or 9017548. OLE color: 9017548.

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

Color convert

RGB 204 152 137 -
CMYK 0 0.25 0.33 0.2
HSL 13.43º 0.4% 0.67% -
HSV(B) 13.43º 0.33% 0.8% -
XYZ 40.65 37.1 28.69 -
YUV 165.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 204 152 137 0 0.25 0.33 0.2 13.43 0.4 0.67
Hex CC 98 89 0 19 21 14 D 28 43
Octal 314 230 211 0 31 41 24 15 50 103
Binary 11001100 10011000 10001001 0 11001 100001 10100 1101 101000 1000011

Color Harmonies of #CC9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9889

Black with #CC9889

Text Example


Text Example

White with #CC9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9889; }

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

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

background-color css

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

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

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

border-color css

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

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

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