Html Css Color HEX #C99182 Quicksand

📋 copy color: '#C99182'

red 201 ◦ green 145 ◦ blue 130

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

Shades of Quicksand #C99182

Tints of Quicksand #C99182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

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

R = 42.23%
G = 30.46%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99182 (or 0xC99182) is known color: Quicksand. HEX triplet: C9, 91 and 82. RGB value is (201,145,130). Sum of RGB (Red+Green+Blue) = 201+145+130=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C99182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99182 is #366E7D. Grayscale: #A0A0A0. Windows color (decimal): -3567230 or 8557001. OLE color: 8557001.

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

Color convert

RGB 201 145 130 -
CMYK 0 0.28 0.35 0.21
HSL 12.68º 0.4% 0.65% -
HSV(B) 12.68º 0.35% 0.79% -
XYZ 38.24 34.28 25.72 -
YUV 160.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 201 145 130 0 0.28 0.35 0.21 12.68 0.4 0.65
Hex C9 91 82 0 1C 23 15 D 28 41
Octal 311 221 202 0 34 43 25 15 50 101
Binary 11001001 10010001 10000010 0 11100 100011 10101 1101 101000 1000001

Color Harmonies of #C99182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99182

Black with #C99182

Text Example


Text Example

White with #C99182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99182; }

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

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

background-color css

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

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

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

border-color css

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

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

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