Html Css Color HEX #C89283 Quicksand

📋 copy color: '#C89283'

red 200 ◦ green 146 ◦ blue 131

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

Shades of Quicksand #C89283

Tints of Quicksand #C89283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.61%

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 41.93%
G = 30.61%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C89283 (or 0xC89283) is known color: Quicksand. HEX triplet: C8, 92 and 83. RGB value is (200,146,131). Sum of RGB (Red+Green+Blue) = 200+146+131=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C89283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89283 is #376D7C. Grayscale: #A0A0A0. Windows color (decimal): -3632509 or 8622792. OLE color: 8622792.

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

Color convert

RGB 200 146 131 -
CMYK 0 0.27 0.34 0.22
HSL 13.04º 0.39% 0.65% -
HSV(B) 13.04º 0.35% 0.78% -
XYZ 38.2 34.48 26.11 -
YUV 160.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 200 146 131 0 0.27 0.34 0.22 13.04 0.39 0.65
Hex C8 92 83 0 1B 22 16 D 27 41
Octal 310 222 203 0 33 42 26 15 47 101
Binary 11001000 10010010 10000011 0 11011 100010 10110 1101 100111 1000001

Color Harmonies of #C89283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89283

Black with #C89283

Text Example


Text Example

White with #C89283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89283; }

 p { color: rgb(200,146,131); }

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

background-color css

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

 a { background-color: rgb(200,146,131); }

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

border-color css

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

 span { border-color: rgb(200,146,131); }

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