Html Css Color HEX #C89481 Quicksand

📋 copy color: '#C89481'

red 200 ◦ green 148 ◦ blue 129

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

Shades of Quicksand #C89481

Tints of Quicksand #C89481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.03%

 BLUE value IS 129 (50.78% from 255) = 27.04%

R = 41.93%
G = 31.03%
B = 27.04%

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

#C89481 (or 0xC89481) is known color: Quicksand. HEX triplet: C8, 94 and 81. RGB value is (200,148,129). Sum of RGB (Red+Green+Blue) = 200+148+129=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C89481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89481 is #376B7E. Grayscale: #A1A1A1. Windows color (decimal): -3631999 or 8492232. OLE color: 8492232.

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

Color convert

RGB 200 148 129 -
CMYK 0 0.26 0.36 0.22
HSL 16.06º 0.39% 0.65% -
HSV(B) 16.06º 0.36% 0.78% -
XYZ 38.37 35.04 25.51 -
YUV 161.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 200 148 129 0 0.26 0.36 0.22 16.06 0.39 0.65
Hex C8 94 81 0 1A 24 16 10 27 41
Octal 310 224 201 0 32 44 26 20 47 101
Binary 11001000 10010100 10000001 0 11010 100100 10110 10000 100111 1000001

Color Harmonies of #C89481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89481

Black with #C89481

Text Example


Text Example

White with #C89481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89481; }

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

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

background-color css

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

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

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

border-color css

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

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

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