Html Css Color HEX #C99583 Quicksand

📋 copy color: '#C99583'

red 201 ◦ green 149 ◦ blue 131

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

Shades of Quicksand #C99583

Tints of Quicksand #C99583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

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

R = 41.79%
G = 30.98%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99583 (or 0xC99583) is known color: Quicksand. HEX triplet: C9, 95 and 83. RGB value is (201,149,131). Sum of RGB (Red+Green+Blue) = 201+149+131=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C99583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99583 is #366A7C. Grayscale: #A2A2A2. Windows color (decimal): -3566205 or 8623561. OLE color: 8623561.

HSL color Cylindrical-coordinate representation of color #C99583: hue angle of 15.43º 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 #C99583 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 131 -
CMYK 0 0.26 0.35 0.21
HSL 15.43º 0.39% 0.65% -
HSV(B) 15.43º 0.35% 0.79% -
XYZ 38.93 35.55 26.28 -
YUV 162.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 201 149 131 0 0.26 0.35 0.21 15.43 0.39 0.65
Hex C9 95 83 0 1A 23 15 F 27 41
Octal 311 225 203 0 32 43 25 17 47 101
Binary 11001001 10010101 10000011 0 11010 100011 10101 1111 100111 1000001

Color Harmonies of #C99583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99583

Black with #C99583

Text Example


Text Example

White with #C99583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99583; }

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

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

background-color css

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

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

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

border-color css

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

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

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