Html Css Color HEX #CC9882 Quicksand

📋 copy color: '#CC9882'

red 204 ◦ green 152 ◦ blue 130

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

Shades of Quicksand #CC9882

Tints of Quicksand #CC9882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 41.98%
G = 31.28%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC9882 (or 0xCC9882) is known color: Quicksand. HEX triplet: CC, 98 and 82. RGB value is (204,152,130). Sum of RGB (Red+Green+Blue) = 204+152+130=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9882 is #33677D. Grayscale: #A5A5A5. Windows color (decimal): -3368830 or 8558796. OLE color: 8558796.

HSL color Cylindrical-coordinate representation of color #CC9882: hue angle of 17.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9882 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 130 -
CMYK 0 0.25 0.36 0.2
HSL 17.84º 0.42% 0.65% -
HSV(B) 17.84º 0.36% 0.8% -
XYZ 40.16 36.91 26.13 -
YUV 165.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 204 152 130 0 0.25 0.36 0.2 17.84 0.42 0.65
Hex CC 98 82 0 19 24 14 12 2A 41
Octal 314 230 202 0 31 44 24 22 52 101
Binary 11001100 10011000 10000010 0 11001 100100 10100 10010 101010 1000001

Color Harmonies of #CC9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9882

Black with #CC9882

Text Example


Text Example

White with #CC9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9882; }

 p { color: rgb(204,152,130); }

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

background-color css

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

 a { background-color: rgb(204,152,130); }

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

border-color css

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

 span { border-color: rgb(204,152,130); }

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