Html Css Color HEX #C8839A Puce

📋 copy color: '#C8839A'

red 200 ◦ green 131 ◦ blue 154

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

Shades of Puce #C8839A

Tints of Puce #C8839A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 41.24%
G = 27.01%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8839A (or 0xC8839A) is known color: Puce. HEX triplet: C8, 83 and 9A. RGB value is (200,131,154). Sum of RGB (Red+Green+Blue) = 200+131+154=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8839A is #377C65. Grayscale: #9A9A9A. Windows color (decimal): -3636326 or 10126280. OLE color: 10126280.

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

Color convert

RGB 200 131 154 -
CMYK 0 0.34 0.23 0.22
HSL 340º 0.39% 0.65% -
HSV(B) 340º 0.35% 0.78% -
XYZ 37.77 30.85 34.53 -
YUV 154.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 200 131 154 0 0.34 0.23 0.22 340 0.39 0.65
Hex C8 83 9A 0 22 17 16 154 27 41
Octal 310 203 232 0 42 27 26 524 47 101
Binary 11001000 10000011 10011010 0 100010 10111 10110 101010100 100111 1000001

Color Harmonies of #C8839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8839A

Black with #C8839A

Text Example


Text Example

White with #C8839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8839A; }

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

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

background-color css

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

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

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

border-color css

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

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

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