Html Css Color HEX #C6707E Charm

📋 copy color: '#C6707E'

red 198 ◦ green 112 ◦ blue 126

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

Shades of Charm #C6707E

Tints of Charm #C6707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 45.41%
G = 25.69%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6707E (or 0xC6707E) is known color: Charm. HEX triplet: C6, 70 and 7E. RGB value is (198,112,126). Sum of RGB (Red+Green+Blue) = 198+112+126=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6707E is #398F81. Grayscale: #8B8B8B. Windows color (decimal): -3772290 or 8286406. OLE color: 8286406.

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

Color convert

RGB 198 112 126 -
CMYK 0 0.43 0.36 0.22
HSL 350.23º 0.43% 0.61% -
HSV(B) 350.23º 0.43% 0.78% -
XYZ 32.85 25.1 22.85 -
YUV 139.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 198 112 126 0 0.43 0.36 0.22 350.23 0.43 0.61
Hex C6 70 7E 0 2B 24 16 15E 2B 3D
Octal 306 160 176 0 53 44 26 536 53 75
Binary 11000110 1110000 1111110 0 101011 100100 10110 101011110 101011 111101

Color Harmonies of #C6707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6707E

Black with #C6707E

Text Example


Text Example

White with #C6707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6707E; }

 p { color: rgb(198,112,126); }

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

background-color css

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

 a { background-color: rgb(198,112,126); }

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

border-color css

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

 span { border-color: rgb(198,112,126); }

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