Html Css Color HEX #C58285 Charm

📋 copy color: '#C58285'

red 197 ◦ green 130 ◦ blue 133

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

Shades of Charm #C58285

Tints of Charm #C58285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

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

R = 42.83%
G = 28.26%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58285 (or 0xC58285) is known color: Charm. HEX triplet: C5, 82 and 85. RGB value is (197,130,133). Sum of RGB (Red+Green+Blue) = 197+130+133=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C58285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58285 is #3A7D7A. Grayscale: #969696. Windows color (decimal): -3833211 or 8749765. OLE color: 8749765.

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

Color convert

RGB 197 130 133 -
CMYK 0 0.34 0.32 0.23
HSL 357.31º 0.37% 0.64% -
HSV(B) 357.31º 0.34% 0.77% -
XYZ 35.24 29.53 26.03 -
YUV 150.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 197 130 133 0 0.34 0.32 0.23 357.31 0.37 0.64
Hex C5 82 85 0 22 20 17 165 25 40
Octal 305 202 205 0 42 40 27 545 45 100
Binary 11000101 10000010 10000101 0 100010 100000 10111 101100101 100101 1000000

Color Harmonies of #C58285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58285

Black with #C58285

Text Example


Text Example

White with #C58285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58285; }

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

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

background-color css

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

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

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

border-color css

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

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

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