Html Css Color HEX #C99B85 Quicksand

📋 copy color: '#C99B85'

red 201 ◦ green 155 ◦ blue 133

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

Shades of Quicksand #C99B85

Tints of Quicksand #C99B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 41.1%
G = 31.7%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C99B85 (or 0xC99B85) is known color: Quicksand. HEX triplet: C9, 9B and 85. RGB value is (201,155,133). Sum of RGB (Red+Green+Blue) = 201+155+133=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B85 is #36647A. Grayscale: #A6A6A6. Windows color (decimal): -3564667 or 8756169. OLE color: 8756169.

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

Color convert

RGB 201 155 133 -
CMYK 0 0.23 0.34 0.21
HSL 19.41º 0.39% 0.65% -
HSV(B) 19.41º 0.34% 0.79% -
XYZ 40.04 37.55 27.33 -
YUV 166.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 201 155 133 0 0.23 0.34 0.21 19.41 0.39 0.65
Hex C9 9B 85 0 17 22 15 13 27 41
Octal 311 233 205 0 27 42 25 23 47 101
Binary 11001001 10011011 10000101 0 10111 100010 10101 10011 100111 1000001

Color Harmonies of #C99B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B85

Black with #C99B85

Text Example


Text Example

White with #C99B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B85; }

 p { color: rgb(201,155,133); }

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

background-color css

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

 a { background-color: rgb(201,155,133); }

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

border-color css

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

 span { border-color: rgb(201,155,133); }

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