Html Css Color HEX #C4818A Charm

📋 copy color: '#C4818A'

red 196 ◦ green 129 ◦ blue 138

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

Shades of Charm #C4818A

Tints of Charm #C4818A

RGB

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

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

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

R = 42.33%
G = 27.86%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4818A (or 0xC4818A) is known color: Charm. HEX triplet: C4, 81 and 8A. RGB value is (196,129,138). Sum of RGB (Red+Green+Blue) = 196+129+138=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4818A is #3B7E75. Grayscale: #969696. Windows color (decimal): -3898998 or 9077188. OLE color: 9077188.

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

Color convert

RGB 196 129 138 -
CMYK 0 0.34 0.30 0.23
HSL 351.94º 0.36% 0.64% -
HSV(B) 351.94º 0.34% 0.77% -
XYZ 35.2 29.27 27.84 -
YUV 150.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 196 129 138 0 0.34 0.30 0.23 351.94 0.36 0.64
Hex C4 81 8A 0 22 1E 17 160 24 40
Octal 304 201 212 0 42 36 27 540 44 100
Binary 11000100 10000001 10001010 0 100010 11110 10111 101100000 100100 1000000

Color Harmonies of #C4818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4818A

Black with #C4818A

Text Example


Text Example

White with #C4818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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