Html Css Color HEX #C99782 Quicksand

📋 copy color: '#C99782'

red 201 ◦ green 151 ◦ blue 130

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

Shades of Quicksand #C99782

Tints of Quicksand #C99782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 41.7%
G = 31.33%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99782 (or 0xC99782) is known color: Quicksand. HEX triplet: C9, 97 and 82. RGB value is (201,151,130). Sum of RGB (Red+Green+Blue) = 201+151+130=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99782 is #36687D. Grayscale: #A3A3A3. Windows color (decimal): -3565694 or 8558537. OLE color: 8558537.

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

Color convert

RGB 201 151 130 -
CMYK 0 0.25 0.35 0.21
HSL 17.75º 0.4% 0.65% -
HSV(B) 17.75º 0.35% 0.79% -
XYZ 39.18 36.16 26.03 -
YUV 163.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 201 151 130 0 0.25 0.35 0.21 17.75 0.4 0.65
Hex C9 97 82 0 19 23 15 12 28 41
Octal 311 227 202 0 31 43 25 22 50 101
Binary 11001001 10010111 10000010 0 11001 100011 10101 10010 101000 1000001

Color Harmonies of #C99782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99782

Black with #C99782

Text Example


Text Example

White with #C99782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99782; }

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

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

background-color css

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

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

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

border-color css

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

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

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