Html Css Color HEX #C58694 Puce

📋 copy color: '#C58694'

red 197 ◦ green 134 ◦ blue 148

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

Shades of Puce #C58694

Tints of Puce #C58694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 41.13%
G = 27.97%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C58694 (or 0xC58694) is known color: Puce. HEX triplet: C5, 86 and 94. RGB value is (197,134,148). Sum of RGB (Red+Green+Blue) = 197+134+148=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C58694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58694 is #3A796B. Grayscale: #9A9A9A. Windows color (decimal): -3832172 or 9733829. OLE color: 9733829.

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

Color convert

RGB 197 134 148 -
CMYK 0 0.32 0.25 0.23
HSL 346.67º 0.35% 0.65% -
HSV(B) 346.67º 0.32% 0.77% -
XYZ 36.9 31.06 32.07 -
YUV 154.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 197 134 148 0 0.32 0.25 0.23 346.67 0.35 0.65
Hex C5 86 94 0 20 19 17 15B 23 41
Octal 305 206 224 0 40 31 27 533 43 101
Binary 11000101 10000110 10010100 0 100000 11001 10111 101011011 100011 1000001

Color Harmonies of #C58694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58694

Black with #C58694

Text Example


Text Example

White with #C58694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58694; }

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

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

background-color css

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

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

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

border-color css

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

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

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