Html Css Color HEX #C6818A Charm

📋 copy color: '#C6818A'

red 198 ◦ green 129 ◦ blue 138

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

Shades of Charm #C6818A

Tints of Charm #C6818A

RGB

 RED value IS 198 (77.73% from 255) = 42.58%

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

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

R = 42.58%
G = 27.74%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6818A (or 0xC6818A) is known color: Charm. HEX triplet: C6, 81 and 8A. RGB value is (198,129,138). Sum of RGB (Red+Green+Blue) = 198+129+138=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6818A is #397E75. Grayscale: #969696. Windows color (decimal): -3767926 or 9077190. OLE color: 9077190.

HSL color Cylindrical-coordinate representation of color #C6818A: hue angle of 352.17º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6818A is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 138 -
CMYK 0 0.35 0.30 0.22
HSL 352.17º 0.38% 0.64% -
HSV(B) 352.17º 0.35% 0.78% -
XYZ 35.73 29.54 27.86 -
YUV 150.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 198 129 138 0 0.35 0.30 0.22 352.17 0.38 0.64
Hex C6 81 8A 0 23 1E 16 160 26 40
Octal 306 201 212 0 43 36 26 540 46 100
Binary 11000110 10000001 10001010 0 100011 11110 10110 101100000 100110 1000000

Color Harmonies of #C6818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6818A

Black with #C6818A

Text Example


Text Example

White with #C6818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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