Html Css Color HEX #CC9482 Quicksand

📋 copy color: '#CC9482'

red 204 ◦ green 148 ◦ blue 130

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

Shades of Quicksand #CC9482

Tints of Quicksand #CC9482

RGB

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

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

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

R = 42.32%
G = 30.71%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC9482 (or 0xCC9482) is known color: Quicksand. HEX triplet: CC, 94 and 82. RGB value is (204,148,130). Sum of RGB (Red+Green+Blue) = 204+148+130=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9482 is #336B7D. Grayscale: #A2A2A2. Windows color (decimal): -3369854 or 8557772. OLE color: 8557772.

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

Color convert

RGB 204 148 130 -
CMYK 0 0.27 0.36 0.2
HSL 14.59º 0.42% 0.65% -
HSV(B) 14.59º 0.36% 0.8% -
XYZ 39.52 35.63 25.91 -
YUV 162.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 204 148 130 0 0.27 0.36 0.2 14.59 0.42 0.65
Hex CC 94 82 0 1B 24 14 F 2A 41
Octal 314 224 202 0 33 44 24 17 52 101
Binary 11001100 10010100 10000010 0 11011 100100 10100 1111 101010 1000001

Color Harmonies of #CC9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9482

Black with #CC9482

Text Example


Text Example

White with #CC9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9482; }

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

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

background-color css

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

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

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

border-color css

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

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

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