Html Css Color HEX #C89582 Quicksand

📋 copy color: '#C89582'

red 200 ◦ green 149 ◦ blue 130

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

Shades of Quicksand #C89582

Tints of Quicksand #C89582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.14%

R = 41.75%
G = 31.11%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C89582 (or 0xC89582) is known color: Quicksand. HEX triplet: C8, 95 and 82. RGB value is (200,149,130). Sum of RGB (Red+Green+Blue) = 200+149+130=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C89582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89582 is #376A7D. Grayscale: #A2A2A2. Windows color (decimal): -3631742 or 8558024. OLE color: 8558024.

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

Color convert

RGB 200 149 130 -
CMYK 0 0.26 0.35 0.22
HSL 16.29º 0.39% 0.65% -
HSV(B) 16.29º 0.35% 0.78% -
XYZ 38.6 35.39 25.92 -
YUV 162.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 200 149 130 0 0.26 0.35 0.22 16.29 0.39 0.65
Hex C8 95 82 0 1A 23 16 10 27 41
Octal 310 225 202 0 32 43 26 20 47 101
Binary 11001000 10010101 10000010 0 11010 100011 10110 10000 100111 1000001

Color Harmonies of #C89582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89582

Black with #C89582

Text Example


Text Example

White with #C89582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89582; }

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

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

background-color css

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

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

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

border-color css

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

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

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