Html Css Color HEX #CC9786 Quicksand

📋 copy color: '#CC9786'

red 204 ◦ green 151 ◦ blue 134

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

Shades of Quicksand #CC9786

Tints of Quicksand #CC9786

RGB

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

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

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

R = 41.72%
G = 30.88%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC9786 (or 0xCC9786) is known color: Quicksand. HEX triplet: CC, 97 and 86. RGB value is (204,151,134). Sum of RGB (Red+Green+Blue) = 204+151+134=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9786 is #336879. Grayscale: #A5A5A5. Windows color (decimal): -3369082 or 8820684. OLE color: 8820684.

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

Color convert

RGB 204 151 134 -
CMYK 0 0.26 0.34 0.2
HSL 14.57º 0.41% 0.66% -
HSV(B) 14.57º 0.34% 0.8% -
XYZ 40.27 36.69 27.51 -
YUV 164.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 204 151 134 0 0.26 0.34 0.2 14.57 0.41 0.66
Hex CC 97 86 0 1A 22 14 F 29 42
Octal 314 227 206 0 32 42 24 17 51 102
Binary 11001100 10010111 10000110 0 11010 100010 10100 1111 101001 1000010

Color Harmonies of #CC9786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9786

Black with #CC9786

Text Example


Text Example

White with #CC9786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9786; }

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

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

background-color css

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

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

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

border-color css

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

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

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