Html Css Color HEX #C58085 Charm

📋 copy color: '#C58085'

red 197 ◦ green 128 ◦ blue 133

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

Shades of Charm #C58085

Tints of Charm #C58085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 43.01%
G = 27.95%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58085 (or 0xC58085) is known color: Charm. HEX triplet: C5, 80 and 85. RGB value is (197,128,133). Sum of RGB (Red+Green+Blue) = 197+128+133=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C58085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58085 is #3A7F7A. Grayscale: #959595. Windows color (decimal): -3833723 or 8749253. OLE color: 8749253.

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

Color convert

RGB 197 128 133 -
CMYK 0 0.35 0.32 0.23
HSL 355.65º 0.37% 0.64% -
HSV(B) 355.65º 0.35% 0.77% -
XYZ 34.98 29 25.94 -
YUV 149.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 197 128 133 0 0.35 0.32 0.23 355.65 0.37 0.64
Hex C5 80 85 0 23 20 17 164 25 40
Octal 305 200 205 0 43 40 27 544 45 100
Binary 11000101 10000000 10000101 0 100011 100000 10111 101100100 100101 1000000

Color Harmonies of #C58085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58085

Black with #C58085

Text Example


Text Example

White with #C58085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58085; }

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

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

background-color css

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

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

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

border-color css

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

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

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