Html Css Color HEX #CC998E Quicksand

📋 copy color: '#CC998E'

red 204 ◦ green 153 ◦ blue 142

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

Shades of Quicksand #CC998E

Tints of Quicksand #CC998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

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

R = 40.88%
G = 30.66%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC998E (or 0xCC998E) is known color: Quicksand. HEX triplet: CC, 99 and 8E. RGB value is (204,153,142). Sum of RGB (Red+Green+Blue) = 204+153+142=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC998E is #336671. Grayscale: #A7A7A7. Windows color (decimal): -3368562 or 9345484. OLE color: 9345484.

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

Color convert

RGB 204 153 142 -
CMYK 0 0.25 0.30 0.2
HSL 10.65º 0.38% 0.68% -
HSV(B) 10.65º 0.3% 0.8% -
XYZ 41.18 37.57 30.67 -
YUV 167 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 204 153 142 0 0.25 0.30 0.2 10.65 0.38 0.68
Hex CC 99 8E 0 19 1E 14 B 26 44
Octal 314 231 216 0 31 36 24 13 46 104
Binary 11001100 10011001 10001110 0 11001 11110 10100 1011 100110 1000100

Color Harmonies of #CC998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC998E

Black with #CC998E

Text Example


Text Example

White with #CC998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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