Html Css Color HEX #C4808C Charm

📋 copy color: '#C4808C'

red 196 ◦ green 128 ◦ blue 140

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

Shades of Charm #C4808C

Tints of Charm #C4808C

RGB

 RED value IS 196 (76.95% from 255) = 42.24%

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 42.24%
G = 27.59%
B = 30.17%

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

#C4808C (or 0xC4808C) is known color: Charm. HEX triplet: C4, 80 and 8C. RGB value is (196,128,140). Sum of RGB (Red+Green+Blue) = 196+128+140=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808C is #3B7F73. Grayscale: #959595. Windows color (decimal): -3899252 or 9208004. OLE color: 9208004.

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

Color convert

RGB 196 128 140 -
CMYK 0 0.35 0.29 0.23
HSL 349.41º 0.37% 0.64% -
HSV(B) 349.41º 0.35% 0.77% -
XYZ 35.22 29.07 28.57 -
YUV 149.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 196 128 140 0 0.35 0.29 0.23 349.41 0.37 0.64
Hex C4 80 8C 0 23 1D 17 15D 25 40
Octal 304 200 214 0 43 35 27 535 45 100
Binary 11000100 10000000 10001100 0 100011 11101 10111 101011101 100101 1000000

Color Harmonies of #C4808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4808C

Black with #C4808C

Text Example


Text Example

White with #C4808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4808C; }

 p { color: rgb(196,128,140); }

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

background-color css

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

 a { background-color: rgb(196,128,140); }

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

border-color css

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

 span { border-color: rgb(196,128,140); }

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