Html Css Color HEX #CC9381 Quicksand

📋 copy color: '#CC9381'

red 204 ◦ green 147 ◦ blue 129

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

Shades of Quicksand #CC9381

Tints of Quicksand #CC9381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 42.5%
G = 30.63%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC9381 (or 0xCC9381) is known color: Quicksand. HEX triplet: CC, 93 and 81. RGB value is (204,147,129). Sum of RGB (Red+Green+Blue) = 204+147+129=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9381 is #336C7E. Grayscale: #A2A2A2. Windows color (decimal): -3370111 or 8491980. OLE color: 8491980.

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

Color convert

RGB 204 147 129 -
CMYK 0 0.28 0.37 0.2
HSL 14.4º 0.42% 0.65% -
HSV(B) 14.4º 0.37% 0.8% -
XYZ 39.3 35.29 25.51 -
YUV 161.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 204 147 129 0 0.28 0.37 0.2 14.4 0.42 0.65
Hex CC 93 81 0 1C 25 14 E 2A 41
Octal 314 223 201 0 34 45 24 16 52 101
Binary 11001100 10010011 10000001 0 11100 100101 10100 1110 101010 1000001

Color Harmonies of #CC9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9381

Black with #CC9381

Text Example


Text Example

White with #CC9381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9381; }

 p { color: rgb(204,147,129); }

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

background-color css

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

 a { background-color: rgb(204,147,129); }

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

border-color css

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

 span { border-color: rgb(204,147,129); }

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