Html Css Color HEX #C8819A Puce

📋 copy color: '#C8819A'

red 200 ◦ green 129 ◦ blue 154

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

Shades of Puce #C8819A

Tints of Puce #C8819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

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

R = 41.41%
G = 26.71%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8819A (or 0xC8819A) is known color: Puce. HEX triplet: C8, 81 and 9A. RGB value is (200,129,154). Sum of RGB (Red+Green+Blue) = 200+129+154=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8819A is #377E65. Grayscale: #999999. Windows color (decimal): -3636838 or 10125768. OLE color: 10125768.

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

Color convert

RGB 200 129 154 -
CMYK 0 0.36 0.23 0.22
HSL 338.87º 0.39% 0.65% -
HSV(B) 338.87º 0.36% 0.78% -
XYZ 37.5 30.31 34.45 -
YUV 153.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 200 129 154 0 0.36 0.23 0.22 338.87 0.39 0.65
Hex C8 81 9A 0 24 17 16 153 27 41
Octal 310 201 232 0 44 27 26 523 47 101
Binary 11001000 10000001 10011010 0 100100 10111 10110 101010011 100111 1000001

Color Harmonies of #C8819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8819A

Black with #C8819A

Text Example


Text Example

White with #C8819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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