Html Css Color HEX #C6687E Charm

📋 copy color: '#C6687E'

red 198 ◦ green 104 ◦ blue 126

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

Shades of Charm #C6687E

Tints of Charm #C6687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.3%

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

R = 46.26%
G = 24.3%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6687E (or 0xC6687E) is known color: Charm. HEX triplet: C6, 68 and 7E. RGB value is (198,104,126). Sum of RGB (Red+Green+Blue) = 198+104+126=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6687E is #399781. Grayscale: #868686. Windows color (decimal): -3774338 or 8284358. OLE color: 8284358.

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

Color convert

RGB 198 104 126 -
CMYK 0 0.47 0.36 0.22
HSL 345.96º 0.45% 0.59% -
HSV(B) 345.96º 0.47% 0.78% -
XYZ 32 23.41 22.57 -
YUV 134.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 198 104 126 0 0.47 0.36 0.22 345.96 0.45 0.59
Hex C6 68 7E 0 2F 24 16 15A 2D 3B
Octal 306 150 176 0 57 44 26 532 55 73
Binary 11000110 1101000 1111110 0 101111 100100 10110 101011010 101101 111011

Color Harmonies of #C6687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6687E

Black with #C6687E

Text Example


Text Example

White with #C6687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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