Html Css Color HEX #C58B90 Puce

📋 copy color: '#C58B90'

red 197 ◦ green 139 ◦ blue 144

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

Shades of Puce #C58B90

Tints of Puce #C58B90

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.96%

 BLUE value IS 144 (56.64% from 255) = 30%

R = 41.04%
G = 28.96%
B = 30%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C58B90 (or 0xC58B90) is known color: Puce. HEX triplet: C5, 8B and 90. RGB value is (197,139,144). Sum of RGB (Red+Green+Blue) = 197+139+144=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B90 is #3A746F. Grayscale: #9C9C9C. Windows color (decimal): -3830896 or 9472965. OLE color: 9472965.

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

Color convert

RGB 197 139 144 -
CMYK 0 0.29 0.27 0.23
HSL 354.83º 0.33% 0.66% -
HSV(B) 354.83º 0.29% 0.77% -
XYZ 37.29 32.35 30.66 -
YUV 156.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 197 139 144 0 0.29 0.27 0.23 354.83 0.33 0.66
Hex C5 8B 90 0 1D 1B 17 163 21 42
Octal 305 213 220 0 35 33 27 543 41 102
Binary 11000101 10001011 10010000 0 11101 11011 10111 101100011 100001 1000010

Color Harmonies of #C58B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B90

Black with #C58B90

Text Example


Text Example

White with #C58B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B90; }

 p { color: rgb(197,139,144); }

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

background-color css

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

 a { background-color: rgb(197,139,144); }

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

border-color css

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

 span { border-color: rgb(197,139,144); }

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