Html Css Color HEX #C99791 Quicksand

📋 copy color: '#C99791'

red 201 ◦ green 151 ◦ blue 145

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

Shades of Quicksand #C99791

Tints of Quicksand #C99791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 40.44%
G = 30.38%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99791 (or 0xC99791) is known color: Quicksand. HEX triplet: C9, 97 and 91. RGB value is (201,151,145). Sum of RGB (Red+Green+Blue) = 201+151+145=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99791 is #36686E. Grayscale: #A5A5A5. Windows color (decimal): -3565679 or 9541577. OLE color: 9541577.

HSL color Cylindrical-coordinate representation of color #C99791: hue angle of 6.43º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99791 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 145 -
CMYK 0 0.25 0.28 0.21
HSL 6.43º 0.34% 0.68% -
HSV(B) 6.43º 0.28% 0.79% -
XYZ 40.26 36.6 31.73 -
YUV 165.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 201 151 145 0 0.25 0.28 0.21 6.43 0.34 0.68
Hex C9 97 91 0 19 1C 15 6 22 44
Octal 311 227 221 0 31 34 25 6 42 104
Binary 11001001 10010111 10010001 0 11001 11100 10101 110 100010 1000100

Color Harmonies of #C99791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99791

Black with #C99791

Text Example


Text Example

White with #C99791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99791; }

 p { color: rgb(201,151,145); }

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

background-color css

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

 a { background-color: rgb(201,151,145); }

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

border-color css

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

 span { border-color: rgb(201,151,145); }

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