Html Css Color HEX #C99E8B Quicksand

📋 copy color: '#C99E8B'

red 201 ◦ green 158 ◦ blue 139

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

Shades of Quicksand #C99E8B

Tints of Quicksand #C99E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.73%

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 40.36%
G = 31.73%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C99E8B (or 0xC99E8B) is known color: Quicksand. HEX triplet: C9, 9E and 8B. RGB value is (201,158,139). Sum of RGB (Red+Green+Blue) = 201+158+139=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E8B is #366174. Grayscale: #A8A8A8. Windows color (decimal): -3563893 or 9150153. OLE color: 9150153.

HSL color Cylindrical-coordinate representation of color #C99E8B: hue angle of 18.39º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99E8B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 158 139 -
CMYK 0 0.21 0.31 0.21
HSL 18.39º 0.36% 0.67% -
HSV(B) 18.39º 0.31% 0.79% -
XYZ 40.97 38.74 29.74 -
YUV 168.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 201 158 139 0 0.21 0.31 0.21 18.39 0.36 0.67
Hex C9 9E 8B 0 15 1F 15 12 24 43
Octal 311 236 213 0 25 37 25 22 44 103
Binary 11001001 10011110 10001011 0 10101 11111 10101 10010 100100 1000011

Color Harmonies of #C99E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99E8B

Black with #C99E8B

Text Example


Text Example

White with #C99E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99E8B; }

 p { color: rgb(201,158,139); }

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

background-color css

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

 a { background-color: rgb(201,158,139); }

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

border-color css

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

 span { border-color: rgb(201,158,139); }

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