Html Css Color HEX #CC9C8A Quicksand

📋 copy color: '#CC9C8A'

red 204 ◦ green 156 ◦ blue 138

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

Shades of Quicksand #CC9C8A

Tints of Quicksand #CC9C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 40.96%
G = 31.33%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC9C8A (or 0xCC9C8A) is known color: Quicksand. HEX triplet: CC, 9C and 8A. RGB value is (204,156,138). Sum of RGB (Red+Green+Blue) = 204+156+138=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C8A is #336375. Grayscale: #A8A8A8. Windows color (decimal): -3367798 or 9084108. OLE color: 9084108.

HSL color Cylindrical-coordinate representation of color #CC9C8A: hue angle of 16.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC9C8A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 156 138 -
CMYK 0 0.24 0.32 0.2
HSL 16.36º 0.39% 0.67% -
HSV(B) 16.36º 0.32% 0.8% -
XYZ 41.38 38.45 29.29 -
YUV 168.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 204 156 138 0 0.24 0.32 0.2 16.36 0.39 0.67
Hex CC 9C 8A 0 18 20 14 10 27 43
Octal 314 234 212 0 30 40 24 20 47 103
Binary 11001100 10011100 10001010 0 11000 100000 10100 10000 100111 1000011

Color Harmonies of #CC9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C8A

Black with #CC9C8A

Text Example


Text Example

White with #CC9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C8A; }

 p { color: rgb(204,156,138); }

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

background-color css

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

 a { background-color: rgb(204,156,138); }

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

border-color css

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

 span { border-color: rgb(204,156,138); }

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