Html Css Color HEX #CC9484 Quicksand

📋 copy color: '#CC9484'

red 204 ◦ green 148 ◦ blue 132

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

Shades of Quicksand #CC9484

Tints of Quicksand #CC9484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 42.15%
G = 30.58%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC9484 (or 0xCC9484) is known color: Quicksand. HEX triplet: CC, 94 and 84. RGB value is (204,148,132). Sum of RGB (Red+Green+Blue) = 204+148+132=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9484 is #336B7B. Grayscale: #A3A3A3. Windows color (decimal): -3369852 or 8688844. OLE color: 8688844.

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

Color convert

RGB 204 148 132 -
CMYK 0 0.27 0.35 0.2
HSL 13.33º 0.41% 0.66% -
HSV(B) 13.33º 0.35% 0.8% -
XYZ 39.66 35.68 26.63 -
YUV 162.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 204 148 132 0 0.27 0.35 0.2 13.33 0.41 0.66
Hex CC 94 84 0 1B 23 14 D 29 42
Octal 314 224 204 0 33 43 24 15 51 102
Binary 11001100 10010100 10000100 0 11011 100011 10100 1101 101001 1000010

Color Harmonies of #CC9484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9484

Black with #CC9484

Text Example


Text Example

White with #CC9484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9484; }

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

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

background-color css

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

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

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

border-color css

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

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

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