Html Css Color HEX #CC9485 Quicksand

📋 copy color: '#CC9485'

red 204 ◦ green 148 ◦ blue 133

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

Shades of Quicksand #CC9485

Tints of Quicksand #CC9485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 42.06%
G = 30.52%
B = 27.42%

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

#CC9485 (or 0xCC9485) is known color: Quicksand. HEX triplet: CC, 94 and 85. RGB value is (204,148,133). Sum of RGB (Red+Green+Blue) = 204+148+133=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9485 is #336B7A. Grayscale: #A3A3A3. Windows color (decimal): -3369851 or 8754380. OLE color: 8754380.

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

Color convert

RGB 204 148 133 -
CMYK 0 0.27 0.35 0.2
HSL 12.68º 0.41% 0.66% -
HSV(B) 12.68º 0.35% 0.8% -
XYZ 39.73 35.71 26.99 -
YUV 163.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 204 148 133 0 0.27 0.35 0.2 12.68 0.41 0.66
Hex CC 94 85 0 1B 23 14 D 29 42
Octal 314 224 205 0 33 43 24 15 51 102
Binary 11001100 10010100 10000101 0 11011 100011 10100 1101 101001 1000010

Color Harmonies of #CC9485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9485

Black with #CC9485

Text Example


Text Example

White with #CC9485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9485; }

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

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

background-color css

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

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

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

border-color css

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

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

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