Html Css Color HEX #C89880 Pale Taupe

📋 copy color: '#C89880'

red 200 ◦ green 152 ◦ blue 128

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

Shades of Pale Taupe #C89880

Tints of Pale Taupe #C89880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 41.67%
G = 31.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C89880 (or 0xC89880) is known color: Pale Taupe. HEX triplet: C8, 98 and 80. RGB value is (200,152,128). Sum of RGB (Red+Green+Blue) = 200+152+128=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89880 is #37677F. Grayscale: #A3A3A3. Windows color (decimal): -3630976 or 8427720. OLE color: 8427720.

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

Color convert

RGB 200 152 128 -
CMYK 0 0.24 0.36 0.22
HSL 20º 0.4% 0.64% -
HSV(B) 20º 0.36% 0.78% -
XYZ 38.94 36.29 25.38 -
YUV 163.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 200 152 128 0 0.24 0.36 0.22 20 0.4 0.64
Hex C8 98 80 0 18 24 16 14 28 40
Octal 310 230 200 0 30 44 26 24 50 100
Binary 11001000 10011000 10000000 0 11000 100100 10110 10100 101000 1000000

Color Harmonies of #C89880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89880

Black with #C89880

Text Example


Text Example

White with #C89880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89880; }

 p { color: rgb(200,152,128); }

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

background-color css

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

 a { background-color: rgb(200,152,128); }

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

border-color css

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

 span { border-color: rgb(200,152,128); }

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