Html Css Color HEX #CC9486 Quicksand

📋 copy color: '#CC9486'

red 204 ◦ green 148 ◦ blue 134

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

Shades of Quicksand #CC9486

Tints of Quicksand #CC9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

 BLUE value IS 134 (52.73% from 255) = 27.57%

R = 41.98%
G = 30.45%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC9486 (or 0xCC9486) is known color: Quicksand. HEX triplet: CC, 94 and 86. RGB value is (204,148,134). Sum of RGB (Red+Green+Blue) = 204+148+134=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9486 is #336B79. Grayscale: #A3A3A3. Windows color (decimal): -3369850 or 8819916. OLE color: 8819916.

HSL color Cylindrical-coordinate representation of color #CC9486: hue angle of 12º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9486 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 134 -
CMYK 0 0.27 0.34 0.2
HSL 12º 0.41% 0.66% -
HSV(B) 12º 0.34% 0.8% -
XYZ 39.79 35.74 27.36 -
YUV 163.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 204 148 134 0 0.27 0.34 0.2 12 0.41 0.66
Hex CC 94 86 0 1B 22 14 C 29 42
Octal 314 224 206 0 33 42 24 14 51 102
Binary 11001100 10010100 10000110 0 11011 100010 10100 1100 101001 1000010

Color Harmonies of #CC9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9486

Black with #CC9486

Text Example


Text Example

White with #CC9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9486; }

 p { color: rgb(204,148,134); }

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

background-color css

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

 a { background-color: rgb(204,148,134); }

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

border-color css

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

 span { border-color: rgb(204,148,134); }

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