Html Css Color HEX #CC958C Quicksand

📋 copy color: '#CC958C'

red 204 ◦ green 149 ◦ blue 140

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

Shades of Quicksand #CC958C

Tints of Quicksand #CC958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

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

R = 41.38%
G = 30.22%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC958C (or 0xCC958C) is known color: Quicksand. HEX triplet: CC, 95 and 8C. RGB value is (204,149,140). Sum of RGB (Red+Green+Blue) = 204+149+140=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC958C is #336A73. Grayscale: #A4A4A4. Windows color (decimal): -3369588 or 9213388. OLE color: 9213388.

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

Color convert

RGB 204 149 140 -
CMYK 0 0.27 0.31 0.2
HSL 8.44º 0.39% 0.67% -
HSV(B) 8.44º 0.31% 0.8% -
XYZ 40.38 36.23 29.67 -
YUV 164.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 204 149 140 0 0.27 0.31 0.2 8.44 0.39 0.67
Hex CC 95 8C 0 1B 1F 14 8 27 43
Octal 314 225 214 0 33 37 24 10 47 103
Binary 11001100 10010101 10001100 0 11011 11111 10100 1000 100111 1000011

Color Harmonies of #CC958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC958C

Black with #CC958C

Text Example


Text Example

White with #CC958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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