Html Css Color HEX #CC9C8C Quicksand

📋 copy color: '#CC9C8C'

red 204 ◦ green 156 ◦ blue 140

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

Shades of Quicksand #CC9C8C

Tints of Quicksand #CC9C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28%

R = 40.8%
G = 31.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC9C8C (or 0xCC9C8C) is known color: Quicksand. HEX triplet: CC, 9C and 8C. RGB value is (204,156,140). Sum of RGB (Red+Green+Blue) = 204+156+140=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C8C is #336373. Grayscale: #A8A8A8. Windows color (decimal): -3367796 or 9215180. OLE color: 9215180.

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

Color convert

RGB 204 156 140 -
CMYK 0 0.24 0.31 0.2
HSL 15º 0.39% 0.67% -
HSV(B) 15º 0.31% 0.8% -
XYZ 41.52 38.51 30.06 -
YUV 168.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 204 156 140 0 0.24 0.31 0.2 15 0.39 0.67
Hex CC 9C 8C 0 18 1F 14 F 27 43
Octal 314 234 214 0 30 37 24 17 47 103
Binary 11001100 10011100 10001100 0 11000 11111 10100 1111 100111 1000011

Color Harmonies of #CC9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C8C

Black with #CC9C8C

Text Example


Text Example

White with #CC9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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