Html Css Color HEX #C6727D Charm

📋 copy color: '#C6727D'

red 198 ◦ green 114 ◦ blue 125

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

Shades of Charm #C6727D

Tints of Charm #C6727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 45.31%
G = 26.09%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6727D (or 0xC6727D) is known color: Charm. HEX triplet: C6, 72 and 7D. RGB value is (198,114,125). Sum of RGB (Red+Green+Blue) = 198+114+125=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6727D is #398D82. Grayscale: #8C8C8C. Windows color (decimal): -3771779 or 8221382. OLE color: 8221382.

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

Color convert

RGB 198 114 125 -
CMYK 0 0.42 0.37 0.22
HSL 352.14º 0.42% 0.61% -
HSV(B) 352.14º 0.42% 0.78% -
XYZ 33.01 25.52 22.59 -
YUV 140.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 198 114 125 0 0.42 0.37 0.22 352.14 0.42 0.61
Hex C6 72 7D 0 2A 25 16 160 2A 3D
Octal 306 162 175 0 52 45 26 540 52 75
Binary 11000110 1110010 1111101 0 101010 100101 10110 101100000 101010 111101

Color Harmonies of #C6727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6727D

Black with #C6727D

Text Example


Text Example

White with #C6727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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