Html Css Color HEX #CC9A8F Quicksand

📋 copy color: '#CC9A8F'

red 204 ◦ green 154 ◦ blue 143

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

Shades of Quicksand #CC9A8F

Tints of Quicksand #CC9A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 40.72%
G = 30.74%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC9A8F (or 0xCC9A8F) is known color: Quicksand. HEX triplet: CC, 9A and 8F. RGB value is (204,154,143). Sum of RGB (Red+Green+Blue) = 204+154+143=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A8F is #336570. Grayscale: #A7A7A7. Windows color (decimal): -3368305 or 9411276. OLE color: 9411276.

HSL color Cylindrical-coordinate representation of color #CC9A8F: hue angle of 10.82º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9A8F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 154 143 -
CMYK 0 0.25 0.30 0.2
HSL 10.82º 0.37% 0.68% -
HSV(B) 10.82º 0.3% 0.8% -
XYZ 41.42 37.93 31.13 -
YUV 167.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 204 154 143 0 0.25 0.30 0.2 10.82 0.37 0.68
Hex CC 9A 8F 0 19 1E 14 B 25 44
Octal 314 232 217 0 31 36 24 13 45 104
Binary 11001100 10011010 10001111 0 11001 11110 10100 1011 100101 1000100

Color Harmonies of #CC9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A8F

Black with #CC9A8F

Text Example


Text Example

White with #CC9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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