Html Css Color HEX #C5818A Charm

📋 copy color: '#C5818A'

red 197 ◦ green 129 ◦ blue 138

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

Shades of Charm #C5818A

Tints of Charm #C5818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 42.46%
G = 27.8%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5818A (or 0xC5818A) is known color: Charm. HEX triplet: C5, 81 and 8A. RGB value is (197,129,138). Sum of RGB (Red+Green+Blue) = 197+129+138=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5818A is #3A7E75. Grayscale: #969696. Windows color (decimal): -3833462 or 9077189. OLE color: 9077189.

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

Color convert

RGB 197 129 138 -
CMYK 0 0.35 0.30 0.23
HSL 352.06º 0.37% 0.64% -
HSV(B) 352.06º 0.35% 0.77% -
XYZ 35.46 29.41 27.85 -
YUV 150.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 197 129 138 0 0.35 0.30 0.23 352.06 0.37 0.64
Hex C5 81 8A 0 23 1E 17 160 25 40
Octal 305 201 212 0 43 36 27 540 45 100
Binary 11000101 10000001 10001010 0 100011 11110 10111 101100000 100101 1000000

Color Harmonies of #C5818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5818A

Black with #C5818A

Text Example


Text Example

White with #C5818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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