Html Css Color HEX #C58596 Puce

📋 copy color: '#C58596'

red 197 ◦ green 133 ◦ blue 150

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

Shades of Puce #C58596

Tints of Puce #C58596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 41.04%
G = 27.71%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C58596 (or 0xC58596) is known color: Puce. HEX triplet: C5, 85 and 96. RGB value is (197,133,150). Sum of RGB (Red+Green+Blue) = 197+133+150=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C58596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58596 is #3A7A69. Grayscale: #9A9A9A. Windows color (decimal): -3832426 or 9864645. OLE color: 9864645.

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

Color convert

RGB 197 133 150 -
CMYK 0 0.32 0.24 0.23
HSL 344.06º 0.36% 0.65% -
HSV(B) 344.06º 0.32% 0.77% -
XYZ 36.92 30.85 32.86 -
YUV 154.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 197 133 150 0 0.32 0.24 0.23 344.06 0.36 0.65
Hex C5 85 96 0 20 18 17 158 24 41
Octal 305 205 226 0 40 30 27 530 44 101
Binary 11000101 10000101 10010110 0 100000 11000 10111 101011000 100100 1000001

Color Harmonies of #C58596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58596

Black with #C58596

Text Example


Text Example

White with #C58596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58596; }

 p { color: rgb(197,133,150); }

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

background-color css

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

 a { background-color: rgb(197,133,150); }

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

border-color css

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

 span { border-color: rgb(197,133,150); }

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