Html Css Color HEX #C89585 Quicksand

📋 copy color: '#C89585'

red 200 ◦ green 149 ◦ blue 133

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

Shades of Quicksand #C89585

Tints of Quicksand #C89585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 41.49%
G = 30.91%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C89585 (or 0xC89585) is known color: Quicksand. HEX triplet: C8, 95 and 85. RGB value is (200,149,133). Sum of RGB (Red+Green+Blue) = 200+149+133=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C89585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89585 is #376A7A. Grayscale: #A2A2A2. Windows color (decimal): -3631739 or 8754632. OLE color: 8754632.

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

Color convert

RGB 200 149 133 -
CMYK 0 0.26 0.34 0.22
HSL 14.33º 0.38% 0.65% -
HSV(B) 14.33º 0.34% 0.78% -
XYZ 38.8 35.47 26.99 -
YUV 162.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 200 149 133 0 0.26 0.34 0.22 14.33 0.38 0.65
Hex C8 95 85 0 1A 22 16 E 26 41
Octal 310 225 205 0 32 42 26 16 46 101
Binary 11001000 10010101 10000101 0 11010 100010 10110 1110 100110 1000001

Color Harmonies of #C89585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89585

Black with #C89585

Text Example


Text Example

White with #C89585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89585; }

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

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

background-color css

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

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

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

border-color css

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

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

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