Html Css Color HEX #CC958D Quicksand

📋 copy color: '#CC958D'

red 204 ◦ green 149 ◦ blue 141

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

Shades of Quicksand #CC958D

Tints of Quicksand #CC958D

RGB

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

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

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

R = 41.3%
G = 30.16%
B = 28.54%

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

#CC958D (or 0xCC958D) is known color: Quicksand. HEX triplet: CC, 95 and 8D. RGB value is (204,149,141). Sum of RGB (Red+Green+Blue) = 204+149+141=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC958D is #336A72. Grayscale: #A4A4A4. Windows color (decimal): -3369587 or 9278924. OLE color: 9278924.

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

Color convert

RGB 204 149 141 -
CMYK 0 0.27 0.31 0.2
HSL 7.62º 0.38% 0.68% -
HSV(B) 7.62º 0.31% 0.8% -
XYZ 40.46 36.26 30.06 -
YUV 164.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 204 149 141 0 0.27 0.31 0.2 7.62 0.38 0.68
Hex CC 95 8D 0 1B 1F 14 8 26 44
Octal 314 225 215 0 33 37 24 10 46 104
Binary 11001100 10010101 10001101 0 11011 11111 10100 1000 100110 1000100

Color Harmonies of #CC958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC958D

Black with #CC958D

Text Example


Text Example

White with #CC958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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