Html Css Color HEX #C6727A Charm

📋 copy color: '#C6727A'

red 198 ◦ green 114 ◦ blue 122

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

Shades of Charm #C6727A

Tints of Charm #C6727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.27%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 45.62%
G = 26.27%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6727A (or 0xC6727A) is known color: Charm. HEX triplet: C6, 72 and 7A. RGB value is (198,114,122). Sum of RGB (Red+Green+Blue) = 198+114+122=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6727A is #398D85. Grayscale: #8C8C8C. Windows color (decimal): -3771782 or 8024774. OLE color: 8024774.

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

Color convert

RGB 198 114 122 -
CMYK 0 0.42 0.38 0.22
HSL 354.29º 0.42% 0.61% -
HSV(B) 354.29º 0.42% 0.78% -
XYZ 32.82 25.45 21.59 -
YUV 140.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 198 114 122 0 0.42 0.38 0.22 354.29 0.42 0.61
Hex C6 72 7A 0 2A 26 16 162 2A 3D
Octal 306 162 172 0 52 46 26 542 52 75
Binary 11000110 1110010 1111010 0 101010 100110 10110 101100010 101010 111101

Color Harmonies of #C6727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6727A

Black with #C6727A

Text Example


Text Example

White with #C6727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6727A; }

 p { color: rgb(198,114,122); }

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

background-color css

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

 a { background-color: rgb(198,114,122); }

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

border-color css

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

 span { border-color: rgb(198,114,122); }

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