Html Css Color HEX #CC9D88 Quicksand

📋 copy color: '#CC9D88'

red 204 ◦ green 157 ◦ blue 136

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

Shades of Quicksand #CC9D88

Tints of Quicksand #CC9D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

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

R = 41.05%
G = 31.59%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC9D88 (or 0xCC9D88) is known color: Quicksand. HEX triplet: CC, 9D and 88. RGB value is (204,157,136). Sum of RGB (Red+Green+Blue) = 204+157+136=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D88 is #336277. Grayscale: #A8A8A8. Windows color (decimal): -3367544 or 8953292. OLE color: 8953292.

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

Color convert

RGB 204 157 136 -
CMYK 0 0.23 0.33 0.2
HSL 18.53º 0.4% 0.67% -
HSV(B) 18.53º 0.33% 0.8% -
XYZ 41.4 38.73 28.59 -
YUV 168.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 204 157 136 0 0.23 0.33 0.2 18.53 0.4 0.67
Hex CC 9D 88 0 17 21 14 13 28 43
Octal 314 235 210 0 27 41 24 23 50 103
Binary 11001100 10011101 10001000 0 10111 100001 10100 10011 101000 1000011

Color Harmonies of #CC9D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D88

Black with #CC9D88

Text Example


Text Example

White with #CC9D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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