Html Css Color HEX #C7818A Charm

📋 copy color: '#C7818A'

red 199 ◦ green 129 ◦ blue 138

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

Shades of Charm #C7818A

Tints of Charm #C7818A

RGB

 RED value IS 199 (78.13% from 255) = 42.7%

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

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

R = 42.7%
G = 27.68%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7818A (or 0xC7818A) is known color: Charm. HEX triplet: C7, 81 and 8A. RGB value is (199,129,138). Sum of RGB (Red+Green+Blue) = 199+129+138=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7818A is #387E75. Grayscale: #969696. Windows color (decimal): -3702390 or 9077191. OLE color: 9077191.

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

Color convert

RGB 199 129 138 -
CMYK 0 0.35 0.31 0.22
HSL 352.29º 0.38% 0.64% -
HSV(B) 352.29º 0.35% 0.78% -
XYZ 35.99 29.68 27.88 -
YUV 150.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 199 129 138 0 0.35 0.31 0.22 352.29 0.38 0.64
Hex C7 81 8A 0 23 1F 16 160 26 40
Octal 307 201 212 0 43 37 26 540 46 100
Binary 11000111 10000001 10001010 0 100011 11111 10110 101100000 100110 1000000

Color Harmonies of #C7818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7818A

Black with #C7818A

Text Example


Text Example

White with #C7818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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