Html Css Color HEX #C89994 Quicksand

📋 copy color: '#C89994'

red 200 ◦ green 153 ◦ blue 148

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

Shades of Quicksand #C89994

Tints of Quicksand #C89994

RGB

 RED value IS 200 (78.52% from 255) = 39.92%

 GREEN value IS 153 (60.16% from 255) = 30.54%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 39.92%
G = 30.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C89994 (or 0xC89994) is known color: Quicksand. HEX triplet: C8, 99 and 94. RGB value is (200,153,148). Sum of RGB (Red+Green+Blue) = 200+153+148=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89994 is #37666B. Grayscale: #A6A6A6. Windows color (decimal): -3630700 or 9738696. OLE color: 9738696.

HSL color Cylindrical-coordinate representation of color #C89994: hue angle of 5.77º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89994 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 148 -
CMYK 0 0.24 0.26 0.22
HSL 5.77º 0.32% 0.68% -
HSV(B) 5.77º 0.26% 0.78% -
XYZ 40.56 37.2 33.06 -
YUV 166.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 200 153 148 0 0.24 0.26 0.22 5.77 0.32 0.68
Hex C8 99 94 0 18 1A 16 6 20 44
Octal 310 231 224 0 30 32 26 6 40 104
Binary 11001000 10011001 10010100 0 11000 11010 10110 110 100000 1000100

Color Harmonies of #C89994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89994

Black with #C89994

Text Example


Text Example

White with #C89994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89994; }

 p { color: rgb(200,153,148); }

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

background-color css

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

 a { background-color: rgb(200,153,148); }

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

border-color css

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

 span { border-color: rgb(200,153,148); }

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