Html Css Color HEX #C89182 Quicksand

📋 copy color: '#C89182'

red 200 ◦ green 145 ◦ blue 130

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

Shades of Quicksand #C89182

Tints of Quicksand #C89182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.53%

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

R = 42.11%
G = 30.53%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C89182 (or 0xC89182) is known color: Quicksand. HEX triplet: C8, 91 and 82. RGB value is (200,145,130). Sum of RGB (Red+Green+Blue) = 200+145+130=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C89182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89182 is #376E7D. Grayscale: #9F9F9F. Windows color (decimal): -3632766 or 8557000. OLE color: 8557000.

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

Color convert

RGB 200 145 130 -
CMYK 0 0.28 0.35 0.22
HSL 12.86º 0.39% 0.65% -
HSV(B) 12.86º 0.35% 0.78% -
XYZ 37.97 34.14 25.71 -
YUV 159.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 200 145 130 0 0.28 0.35 0.22 12.86 0.39 0.65
Hex C8 91 82 0 1C 23 16 D 27 41
Octal 310 221 202 0 34 43 26 15 47 101
Binary 11001000 10010001 10000010 0 11100 100011 10110 1101 100111 1000001

Color Harmonies of #C89182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89182

Black with #C89182

Text Example


Text Example

White with #C89182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89182; }

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

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

background-color css

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

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

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

border-color css

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

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

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