Html Css Color HEX #C89580 Quicksand

📋 copy color: '#C89580'

red 200 ◦ green 149 ◦ blue 128

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

Shades of Quicksand #C89580

Tints of Quicksand #C89580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 41.93%
G = 31.24%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C89580 (or 0xC89580) is known color: Quicksand. HEX triplet: C8, 95 and 80. RGB value is (200,149,128). Sum of RGB (Red+Green+Blue) = 200+149+128=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C89580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89580 is #376A7F. Grayscale: #A1A1A1. Windows color (decimal): -3631744 or 8426952. OLE color: 8426952.

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

Color convert

RGB 200 149 128 -
CMYK 0 0.26 0.36 0.22
HSL 17.5º 0.4% 0.64% -
HSV(B) 17.5º 0.36% 0.78% -
XYZ 38.46 35.33 25.21 -
YUV 161.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 200 149 128 0 0.26 0.36 0.22 17.5 0.4 0.64
Hex C8 95 80 0 1A 24 16 12 28 40
Octal 310 225 200 0 32 44 26 22 50 100
Binary 11001000 10010101 10000000 0 11010 100100 10110 10010 101000 1000000

Color Harmonies of #C89580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89580

Black with #C89580

Text Example


Text Example

White with #C89580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89580; }

 p { color: rgb(200,149,128); }

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

background-color css

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

 a { background-color: rgb(200,149,128); }

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

border-color css

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

 span { border-color: rgb(200,149,128); }

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