Html Css Color HEX #CC978F Quicksand

📋 copy color: '#CC978F'

red 204 ◦ green 151 ◦ blue 143

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

Shades of Quicksand #CC978F

Tints of Quicksand #CC978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 40.96%
G = 30.32%
B = 28.71%

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

#CC978F (or 0xCC978F) is known color: Quicksand. HEX triplet: CC, 97 and 8F. RGB value is (204,151,143). Sum of RGB (Red+Green+Blue) = 204+151+143=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978F is #336870. Grayscale: #A6A6A6. Windows color (decimal): -3369073 or 9410508. OLE color: 9410508.

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

Color convert

RGB 204 151 143 -
CMYK 0 0.26 0.30 0.2
HSL 7.87º 0.37% 0.68% -
HSV(B) 7.87º 0.3% 0.8% -
XYZ 40.93 36.95 30.96 -
YUV 165.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 204 151 143 0 0.26 0.30 0.2 7.87 0.37 0.68
Hex CC 97 8F 0 1A 1E 14 8 25 44
Octal 314 227 217 0 32 36 24 10 45 104
Binary 11001100 10010111 10001111 0 11010 11110 10100 1000 100101 1000100

Color Harmonies of #CC978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC978F

Black with #CC978F

Text Example


Text Example

White with #CC978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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