Html Css Color HEX #CC9982 Quicksand

📋 copy color: '#CC9982'

red 204 ◦ green 153 ◦ blue 130

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

Shades of Quicksand #CC9982

Tints of Quicksand #CC9982

RGB

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

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

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

R = 41.89%
G = 31.42%
B = 26.69%

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

#CC9982 (or 0xCC9982) is known color: Quicksand. HEX triplet: CC, 99 and 82. RGB value is (204,153,130). Sum of RGB (Red+Green+Blue) = 204+153+130=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9982 is #33667D. Grayscale: #A5A5A5. Windows color (decimal): -3368574 or 8559052. OLE color: 8559052.

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

Color convert

RGB 204 153 130 -
CMYK 0 0.25 0.36 0.2
HSL 18.65º 0.42% 0.65% -
HSV(B) 18.65º 0.36% 0.8% -
XYZ 40.32 37.23 26.18 -
YUV 165.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 204 153 130 0 0.25 0.36 0.2 18.65 0.42 0.65
Hex CC 99 82 0 19 24 14 13 2A 41
Octal 314 231 202 0 31 44 24 23 52 101
Binary 11001100 10011001 10000010 0 11001 100100 10100 10011 101010 1000001

Color Harmonies of #CC9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9982

Black with #CC9982

Text Example


Text Example

White with #CC9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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