Html Css Color HEX #C89680 Quicksand

📋 copy color: '#C89680'

red 200 ◦ green 150 ◦ blue 128

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

Shades of Quicksand #C89680

Tints of Quicksand #C89680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 41.84%
G = 31.38%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C89680 (or 0xC89680) is known color: Quicksand. HEX triplet: C8, 96 and 80. RGB value is (200,150,128). Sum of RGB (Red+Green+Blue) = 200+150+128=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C89680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89680 is #37697F. Grayscale: #A2A2A2. Windows color (decimal): -3631488 or 8427208. OLE color: 8427208.

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

Color convert

RGB 200 150 128 -
CMYK 0 0.25 0.36 0.22
HSL 18.33º 0.4% 0.64% -
HSV(B) 18.33º 0.36% 0.78% -
XYZ 38.62 35.65 25.27 -
YUV 162.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 200 150 128 0 0.25 0.36 0.22 18.33 0.4 0.64
Hex C8 96 80 0 19 24 16 12 28 40
Octal 310 226 200 0 31 44 26 22 50 100
Binary 11001000 10010110 10000000 0 11001 100100 10110 10010 101000 1000000

Color Harmonies of #C89680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89680

Black with #C89680

Text Example


Text Example

White with #C89680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89680; }

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

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

background-color css

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

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

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

border-color css

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

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

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