Html Css Color HEX #C99383 Quicksand

📋 copy color: '#C99383'

red 201 ◦ green 147 ◦ blue 131

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

Shades of Quicksand #C99383

Tints of Quicksand #C99383

RGB

 RED value IS 201 (78.91% from 255) = 41.96%

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

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

R = 41.96%
G = 30.69%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99383 (or 0xC99383) is known color: Quicksand. HEX triplet: C9, 93 and 83. RGB value is (201,147,131). Sum of RGB (Red+Green+Blue) = 201+147+131=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C99383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99383 is #366C7C. Grayscale: #A1A1A1. Windows color (decimal): -3566717 or 8623049. OLE color: 8623049.

HSL color Cylindrical-coordinate representation of color #C99383: hue angle of 13.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99383 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 131 -
CMYK 0 0.27 0.35 0.21
HSL 13.71º 0.39% 0.65% -
HSV(B) 13.71º 0.35% 0.79% -
XYZ 38.62 34.92 26.18 -
YUV 161.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 201 147 131 0 0.27 0.35 0.21 13.71 0.39 0.65
Hex C9 93 83 0 1B 23 15 E 27 41
Octal 311 223 203 0 33 43 25 16 47 101
Binary 11001001 10010011 10000011 0 11011 100011 10101 1110 100111 1000001

Color Harmonies of #C99383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99383

Black with #C99383

Text Example


Text Example

White with #C99383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99383; }

 p { color: rgb(201,147,131); }

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

background-color css

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

 a { background-color: rgb(201,147,131); }

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

border-color css

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

 span { border-color: rgb(201,147,131); }

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