Html Css Color HEX #CC9483 Quicksand

📋 copy color: '#CC9483'

red 204 ◦ green 148 ◦ blue 131

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

Shades of Quicksand #CC9483

Tints of Quicksand #CC9483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 42.24%
G = 30.64%
B = 27.12%

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

#CC9483 (or 0xCC9483) is known color: Quicksand. HEX triplet: CC, 94 and 83. RGB value is (204,148,131). Sum of RGB (Red+Green+Blue) = 204+148+131=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9483 is #336B7C. Grayscale: #A2A2A2. Windows color (decimal): -3369853 or 8623308. OLE color: 8623308.

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

Color convert

RGB 204 148 131 -
CMYK 0 0.27 0.36 0.2
HSL 13.97º 0.42% 0.66% -
HSV(B) 13.97º 0.36% 0.8% -
XYZ 39.59 35.66 26.27 -
YUV 162.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 204 148 131 0 0.27 0.36 0.2 13.97 0.42 0.66
Hex CC 94 83 0 1B 24 14 E 2A 42
Octal 314 224 203 0 33 44 24 16 52 102
Binary 11001100 10010100 10000011 0 11011 100100 10100 1110 101010 1000010

Color Harmonies of #CC9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9483

Black with #CC9483

Text Example


Text Example

White with #CC9483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9483; }

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

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

background-color css

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

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

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

border-color css

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

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

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