Html Css Color HEX #CC9E8D Quicksand

📋 copy color: '#CC9E8D'

red 204 ◦ green 158 ◦ blue 141

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

Shades of Quicksand #CC9E8D

Tints of Quicksand #CC9E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 40.56%
G = 31.41%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC9E8D (or 0xCC9E8D) is known color: Quicksand. HEX triplet: CC, 9E and 8D. RGB value is (204,158,141). Sum of RGB (Red+Green+Blue) = 204+158+141=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E8D is #336172. Grayscale: #A9A9A9. Windows color (decimal): -3367283 or 9281228. OLE color: 9281228.

HSL color Cylindrical-coordinate representation of color #CC9E8D: hue angle of 16.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9E8D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 141 -
CMYK 0 0.23 0.31 0.2
HSL 16.19º 0.38% 0.68% -
HSV(B) 16.19º 0.31% 0.8% -
XYZ 41.94 39.21 30.56 -
YUV 169.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 204 158 141 0 0.23 0.31 0.2 16.19 0.38 0.68
Hex CC 9E 8D 0 17 1F 14 10 26 44
Octal 314 236 215 0 27 37 24 20 46 104
Binary 11001100 10011110 10001101 0 10111 11111 10100 10000 100110 1000100

Color Harmonies of #CC9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E8D

Black with #CC9E8D

Text Example


Text Example

White with #CC9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E8D; }

 p { color: rgb(204,158,141); }

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

background-color css

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

 a { background-color: rgb(204,158,141); }

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

border-color css

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

 span { border-color: rgb(204,158,141); }

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