Html Css Color HEX #CC9E8C Quicksand

📋 copy color: '#CC9E8C'

red 204 ◦ green 158 ◦ blue 140

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

Shades of Quicksand #CC9E8C

Tints of Quicksand #CC9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 40.64%
G = 31.47%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC9E8C (or 0xCC9E8C) is known color: Quicksand. HEX triplet: CC, 9E and 8C. RGB value is (204,158,140). Sum of RGB (Red+Green+Blue) = 204+158+140=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E8C is #336173. Grayscale: #A9A9A9. Windows color (decimal): -3367284 or 9215692. OLE color: 9215692.

HSL color Cylindrical-coordinate representation of color #CC9E8C: hue angle of 16.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9E8C is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 140 -
CMYK 0 0.23 0.31 0.2
HSL 16.88º 0.39% 0.67% -
HSV(B) 16.88º 0.31% 0.8% -
XYZ 41.86 39.18 30.17 -
YUV 169.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 204 158 140 0 0.23 0.31 0.2 16.88 0.39 0.67
Hex CC 9E 8C 0 17 1F 14 11 27 43
Octal 314 236 214 0 27 37 24 21 47 103
Binary 11001100 10011110 10001100 0 10111 11111 10100 10001 100111 1000011

Color Harmonies of #CC9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E8C

Black with #CC9E8C

Text Example


Text Example

White with #CC9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E8C; }

 p { color: rgb(204,158,140); }

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

background-color css

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

 a { background-color: rgb(204,158,140); }

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

border-color css

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

 span { border-color: rgb(204,158,140); }

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