Html Css Color HEX #CC968D Quicksand

📋 copy color: '#CC968D'

red 204 ◦ green 150 ◦ blue 141

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

Shades of Quicksand #CC968D

Tints of Quicksand #CC968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

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

R = 41.21%
G = 30.3%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC968D (or 0xCC968D) is known color: Quicksand. HEX triplet: CC, 96 and 8D. RGB value is (204,150,141). Sum of RGB (Red+Green+Blue) = 204+150+141=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968D is #336972. Grayscale: #A5A5A5. Windows color (decimal): -3369331 or 9279180. OLE color: 9279180.

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

Color convert

RGB 204 150 141 -
CMYK 0 0.26 0.31 0.2
HSL 8.57º 0.38% 0.68% -
HSV(B) 8.57º 0.31% 0.8% -
XYZ 40.62 36.57 30.12 -
YUV 165.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 204 150 141 0 0.26 0.31 0.2 8.57 0.38 0.68
Hex CC 96 8D 0 1A 1F 14 9 26 44
Octal 314 226 215 0 32 37 24 11 46 104
Binary 11001100 10010110 10001101 0 11010 11111 10100 1001 100110 1000100

Color Harmonies of #CC968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC968D

Black with #CC968D

Text Example


Text Example

White with #CC968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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