Html Css Color HEX #CC9A8D Quicksand

📋 copy color: '#CC9A8D'

red 204 ◦ green 154 ◦ blue 141

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

Shades of Quicksand #CC9A8D

Tints of Quicksand #CC9A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

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

R = 40.88%
G = 30.86%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC9A8D (or 0xCC9A8D) is known color: Quicksand. HEX triplet: CC, 9A and 8D. RGB value is (204,154,141). Sum of RGB (Red+Green+Blue) = 204+154+141=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A8D is #336572. Grayscale: #A7A7A7. Windows color (decimal): -3368307 or 9280204. OLE color: 9280204.

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

Color convert

RGB 204 154 141 -
CMYK 0 0.25 0.31 0.2
HSL 12.38º 0.38% 0.68% -
HSV(B) 12.38º 0.31% 0.8% -
XYZ 41.27 37.87 30.33 -
YUV 167.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 204 154 141 0 0.25 0.31 0.2 12.38 0.38 0.68
Hex CC 9A 8D 0 19 1F 14 C 26 44
Octal 314 232 215 0 31 37 24 14 46 104
Binary 11001100 10011010 10001101 0 11001 11111 10100 1100 100110 1000100

Color Harmonies of #CC9A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A8D

Black with #CC9A8D

Text Example


Text Example

White with #CC9A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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