Html Css Color HEX #C89380 Quicksand

📋 copy color: '#C89380'

red 200 ◦ green 147 ◦ blue 128

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

Shades of Quicksand #C89380

Tints of Quicksand #C89380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

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

R = 42.11%
G = 30.95%
B = 26.95%

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

#C89380 (or 0xC89380) is known color: Quicksand. HEX triplet: C8, 93 and 80. RGB value is (200,147,128). Sum of RGB (Red+Green+Blue) = 200+147+128=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C89380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89380 is #376C7F. Grayscale: #A0A0A0. Windows color (decimal): -3632256 or 8426440. OLE color: 8426440.

HSL color Cylindrical-coordinate representation of color #C89380: hue angle of 15.83º 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 #C89380 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 147 128 -
CMYK 0 0.26 0.36 0.22
HSL 15.83º 0.4% 0.64% -
HSV(B) 15.83º 0.36% 0.78% -
XYZ 38.15 34.71 25.11 -
YUV 160.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 200 147 128 0 0.26 0.36 0.22 15.83 0.4 0.64
Hex C8 93 80 0 1A 24 16 10 28 40
Octal 310 223 200 0 32 44 26 20 50 100
Binary 11001000 10010011 10000000 0 11010 100100 10110 10000 101000 1000000

Color Harmonies of #C89380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89380

Black with #C89380

Text Example


Text Example

White with #C89380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89380; }

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

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

background-color css

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

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

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

border-color css

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

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

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