Html Css Color HEX #CC9985 Quicksand

📋 copy color: '#CC9985'

red 204 ◦ green 153 ◦ blue 133

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

Shades of Quicksand #CC9985

Tints of Quicksand #CC9985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

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

R = 41.63%
G = 31.22%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC9985 (or 0xCC9985) is known color: Quicksand. HEX triplet: CC, 99 and 85. RGB value is (204,153,133). Sum of RGB (Red+Green+Blue) = 204+153+133=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9985 is #33667A. Grayscale: #A6A6A6. Windows color (decimal): -3368571 or 8755660. OLE color: 8755660.

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

Color convert

RGB 204 153 133 -
CMYK 0 0.25 0.35 0.2
HSL 16.9º 0.41% 0.66% -
HSV(B) 16.9º 0.35% 0.8% -
XYZ 40.53 37.31 27.26 -
YUV 165.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 204 153 133 0 0.25 0.35 0.2 16.9 0.41 0.66
Hex CC 99 85 0 19 23 14 11 29 42
Octal 314 231 205 0 31 43 24 21 51 102
Binary 11001100 10011001 10000101 0 11001 100011 10100 10001 101001 1000010

Color Harmonies of #CC9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9985

Black with #CC9985

Text Example


Text Example

White with #CC9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9985; }

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

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

background-color css

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

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

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

border-color css

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

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

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