Html Css Color HEX #C8869C Puce

📋 copy color: '#C8869C'

red 200 ◦ green 134 ◦ blue 156

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

Shades of Puce #C8869C

Tints of Puce #C8869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 40.82%
G = 27.35%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8869C (or 0xC8869C) is known color: Puce. HEX triplet: C8, 86 and 9C. RGB value is (200,134,156). Sum of RGB (Red+Green+Blue) = 200+134+156=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8869C is #377963. Grayscale: #9C9C9C. Windows color (decimal): -3635556 or 10258120. OLE color: 10258120.

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

Color convert

RGB 200 134 156 -
CMYK 0 0.33 0.22 0.22
HSL 340º 0.38% 0.65% -
HSV(B) 340º 0.33% 0.78% -
XYZ 38.35 31.73 35.56 -
YUV 156.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 200 134 156 0 0.33 0.22 0.22 340 0.38 0.65
Hex C8 86 9C 0 21 16 16 154 26 41
Octal 310 206 234 0 41 26 26 524 46 101
Binary 11001000 10000110 10011100 0 100001 10110 10110 101010100 100110 1000001

Color Harmonies of #C8869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8869C

Black with #C8869C

Text Example


Text Example

White with #C8869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8869C; }

 p { color: rgb(200,134,156); }

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

background-color css

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

 a { background-color: rgb(200,134,156); }

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

border-color css

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

 span { border-color: rgb(200,134,156); }

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