Html Css Color HEX #C5808B Charm

📋 copy color: '#C5808B'

red 197 ◦ green 128 ◦ blue 139

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

Shades of Charm #C5808B

Tints of Charm #C5808B

RGB

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

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

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

R = 42.46%
G = 27.59%
B = 29.96%

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

#C5808B (or 0xC5808B) is known color: Charm. HEX triplet: C5, 80 and 8B. RGB value is (197,128,139). Sum of RGB (Red+Green+Blue) = 197+128+139=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5808B is #3A7F74. Grayscale: #959595. Windows color (decimal): -3833717 or 9142469. OLE color: 9142469.

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

Color convert

RGB 197 128 139 -
CMYK 0 0.35 0.29 0.23
HSL 350.43º 0.37% 0.64% -
HSV(B) 350.43º 0.35% 0.77% -
XYZ 35.41 29.17 28.19 -
YUV 149.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 197 128 139 0 0.35 0.29 0.23 350.43 0.37 0.64
Hex C5 80 8B 0 23 1D 17 15E 25 40
Octal 305 200 213 0 43 35 27 536 45 100
Binary 11000101 10000000 10001011 0 100011 11101 10111 101011110 100101 1000000

Color Harmonies of #C5808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5808B

Black with #C5808B

Text Example


Text Example

White with #C5808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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