Html Css Color HEX #CC9487 Quicksand

📋 copy color: '#CC9487'

red 204 ◦ green 148 ◦ blue 135

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

Shades of Quicksand #CC9487

Tints of Quicksand #CC9487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.72%

R = 41.89%
G = 30.39%
B = 27.72%

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

#CC9487 (or 0xCC9487) is known color: Quicksand. HEX triplet: CC, 94 and 87. RGB value is (204,148,135). Sum of RGB (Red+Green+Blue) = 204+148+135=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9487 is #336B78. Grayscale: #A3A3A3. Windows color (decimal): -3369849 or 8885452. OLE color: 8885452.

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

Color convert

RGB 204 148 135 -
CMYK 0 0.27 0.34 0.2
HSL 11.3º 0.4% 0.66% -
HSV(B) 11.3º 0.34% 0.8% -
XYZ 39.86 35.77 27.72 -
YUV 163.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 204 148 135 0 0.27 0.34 0.2 11.3 0.4 0.66
Hex CC 94 87 0 1B 22 14 B 28 42
Octal 314 224 207 0 33 42 24 13 50 102
Binary 11001100 10010100 10000111 0 11011 100010 10100 1011 101000 1000010

Color Harmonies of #CC9487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9487

Black with #CC9487

Text Example


Text Example

White with #CC9487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9487; }

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

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

background-color css

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

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

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

border-color css

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

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

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