Html Css Color HEX #C5868C Puce

📋 copy color: '#C5868C'

red 197 ◦ green 134 ◦ blue 140

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

Shades of Puce #C5868C

Tints of Puce #C5868C

RGB

 RED value IS 197 (77.34% from 255) = 41.83%

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 41.83%
G = 28.45%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5868C (or 0xC5868C) is known color: Puce. HEX triplet: C5, 86 and 8C. RGB value is (197,134,140). Sum of RGB (Red+Green+Blue) = 197+134+140=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5868C is #3A7973. Grayscale: #999999. Windows color (decimal): -3832180 or 9209541. OLE color: 9209541.

HSL color Cylindrical-coordinate representation of color #C5868C: hue angle of 354.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5868C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 140 -
CMYK 0 0.32 0.29 0.23
HSL 354.29º 0.35% 0.65% -
HSV(B) 354.29º 0.32% 0.77% -
XYZ 36.28 30.81 28.85 -
YUV 153.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 197 134 140 0 0.32 0.29 0.23 354.29 0.35 0.65
Hex C5 86 8C 0 20 1D 17 162 23 41
Octal 305 206 214 0 40 35 27 542 43 101
Binary 11000101 10000110 10001100 0 100000 11101 10111 101100010 100011 1000001

Color Harmonies of #C5868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5868C

Black with #C5868C

Text Example


Text Example

White with #C5868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5868C; }

 p { color: rgb(197,134,140); }

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

background-color css

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

 a { background-color: rgb(197,134,140); }

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

border-color css

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

 span { border-color: rgb(197,134,140); }

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