Html Css Color HEX #C5818B Charm

📋 copy color: '#C5818B'

red 197 ◦ green 129 ◦ blue 139

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

Shades of Charm #C5818B

Tints of Charm #C5818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 42.37%
G = 27.74%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5818B (or 0xC5818B) is known color: Charm. HEX triplet: C5, 81 and 8B. RGB value is (197,129,139). Sum of RGB (Red+Green+Blue) = 197+129+139=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5818B is #3A7E74. Grayscale: #969696. Windows color (decimal): -3833461 or 9142725. OLE color: 9142725.

HSL color Cylindrical-coordinate representation of color #C5818B: hue angle of 351.18º 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 #C5818B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 139 -
CMYK 0 0.35 0.29 0.23
HSL 351.18º 0.37% 0.64% -
HSV(B) 351.18º 0.35% 0.77% -
XYZ 35.54 29.43 28.23 -
YUV 150.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 197 129 139 0 0.35 0.29 0.23 351.18 0.37 0.64
Hex C5 81 8B 0 23 1D 17 15F 25 40
Octal 305 201 213 0 43 35 27 537 45 100
Binary 11000101 10000001 10001011 0 100011 11101 10111 101011111 100101 1000000

Color Harmonies of #C5818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5818B

Black with #C5818B

Text Example


Text Example

White with #C5818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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