Html Css Color HEX #CC9688 Quicksand

📋 copy color: '#CC9688'

red 204 ◦ green 150 ◦ blue 136

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

Shades of Quicksand #CC9688

Tints of Quicksand #CC9688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.61%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 41.63%
G = 30.61%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC9688 (or 0xCC9688) is known color: Quicksand. HEX triplet: CC, 96 and 88. RGB value is (204,150,136). Sum of RGB (Red+Green+Blue) = 204+150+136=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9688 is #336977. Grayscale: #A4A4A4. Windows color (decimal): -3369336 or 8951500. OLE color: 8951500.

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

Color convert

RGB 204 150 136 -
CMYK 0 0.26 0.33 0.2
HSL 12.35º 0.4% 0.67% -
HSV(B) 12.35º 0.33% 0.8% -
XYZ 40.25 36.43 28.2 -
YUV 164.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 204 150 136 0 0.26 0.33 0.2 12.35 0.4 0.67
Hex CC 96 88 0 1A 21 14 C 28 43
Octal 314 226 210 0 32 41 24 14 50 103
Binary 11001100 10010110 10001000 0 11010 100001 10100 1100 101000 1000011

Color Harmonies of #CC9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9688

Black with #CC9688

Text Example


Text Example

White with #CC9688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9688; }

 p { color: rgb(204,150,136); }

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

background-color css

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

 a { background-color: rgb(204,150,136); }

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

border-color css

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

 span { border-color: rgb(204,150,136); }

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