Html Css Color HEX #C99B8B Quicksand

📋 copy color: '#C99B8B'

red 201 ◦ green 155 ◦ blue 139

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

Shades of Quicksand #C99B8B

Tints of Quicksand #C99B8B

RGB

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

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

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

R = 40.61%
G = 31.31%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C99B8B (or 0xC99B8B) is known color: Quicksand. HEX triplet: C9, 9B and 8B. RGB value is (201,155,139). Sum of RGB (Red+Green+Blue) = 201+155+139=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B8B is #366474. Grayscale: #A7A7A7. Windows color (decimal): -3564661 or 9149385. OLE color: 9149385.

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

Color convert

RGB 201 155 139 -
CMYK 0 0.23 0.31 0.21
HSL 15.48º 0.36% 0.67% -
HSV(B) 15.48º 0.31% 0.79% -
XYZ 40.47 37.72 29.57 -
YUV 166.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 201 155 139 0 0.23 0.31 0.21 15.48 0.36 0.67
Hex C9 9B 8B 0 17 1F 15 F 24 43
Octal 311 233 213 0 27 37 25 17 44 103
Binary 11001001 10011011 10001011 0 10111 11111 10101 1111 100100 1000011

Color Harmonies of #C99B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B8B

Black with #C99B8B

Text Example


Text Example

White with #C99B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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