Html Css Color HEX #C58794 Puce

📋 copy color: '#C58794'

red 197 ◦ green 135 ◦ blue 148

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

Shades of Puce #C58794

Tints of Puce #C58794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.13%

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

R = 41.04%
G = 28.13%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C58794 (or 0xC58794) is known color: Puce. HEX triplet: C5, 87 and 94. RGB value is (197,135,148). Sum of RGB (Red+Green+Blue) = 197+135+148=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C58794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58794 is #3A786B. Grayscale: #9B9B9B. Windows color (decimal): -3831916 or 9734085. OLE color: 9734085.

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

Color convert

RGB 197 135 148 -
CMYK 0 0.31 0.25 0.23
HSL 347.42º 0.35% 0.65% -
HSV(B) 347.42º 0.31% 0.77% -
XYZ 37.04 31.34 32.11 -
YUV 155.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 197 135 148 0 0.31 0.25 0.23 347.42 0.35 0.65
Hex C5 87 94 0 1F 19 17 15B 23 41
Octal 305 207 224 0 37 31 27 533 43 101
Binary 11000101 10000111 10010100 0 11111 11001 10111 101011011 100011 1000001

Color Harmonies of #C58794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58794

Black with #C58794

Text Example


Text Example

White with #C58794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58794; }

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

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

background-color css

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

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

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

border-color css

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

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

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