Html Css Color HEX #CC978E Quicksand

📋 copy color: '#CC978E'

red 204 ◦ green 151 ◦ blue 142

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

Shades of Quicksand #CC978E

Tints of Quicksand #CC978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 41.05%
G = 30.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC978E (or 0xCC978E) is known color: Quicksand. HEX triplet: CC, 97 and 8E. RGB value is (204,151,142). Sum of RGB (Red+Green+Blue) = 204+151+142=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978E is #336871. Grayscale: #A5A5A5. Windows color (decimal): -3369074 or 9344972. OLE color: 9344972.

HSL color Cylindrical-coordinate representation of color #CC978E: hue angle of 8.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC978E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 142 -
CMYK 0 0.26 0.30 0.2
HSL 8.71º 0.38% 0.68% -
HSV(B) 8.71º 0.3% 0.8% -
XYZ 40.85 36.92 30.57 -
YUV 165.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 204 151 142 0 0.26 0.30 0.2 8.71 0.38 0.68
Hex CC 97 8E 0 1A 1E 14 9 26 44
Octal 314 227 216 0 32 36 24 11 46 104
Binary 11001100 10010111 10001110 0 11010 11110 10100 1001 100110 1000100

Color Harmonies of #CC978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC978E

Black with #CC978E

Text Example


Text Example

White with #CC978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC978E; }

 p { color: rgb(204,151,142); }

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

background-color css

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

 a { background-color: rgb(204,151,142); }

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

border-color css

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

 span { border-color: rgb(204,151,142); }

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