Html Css Color HEX #C6697A Charm

📋 copy color: '#C6697A'

red 198 ◦ green 105 ◦ blue 122

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

Shades of Charm #C6697A

Tints of Charm #C6697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

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

R = 46.59%
G = 24.71%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6697A (or 0xC6697A) is known color: Charm. HEX triplet: C6, 69 and 7A. RGB value is (198,105,122). Sum of RGB (Red+Green+Blue) = 198+105+122=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697A is #399685. Grayscale: #868686. Windows color (decimal): -3774086 or 8022470. OLE color: 8022470.

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

Color convert

RGB 198 105 122 -
CMYK 0 0.47 0.38 0.22
HSL 349.03º 0.45% 0.59% -
HSV(B) 349.03º 0.47% 0.78% -
XYZ 31.85 23.51 21.27 -
YUV 134.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 198 105 122 0 0.47 0.38 0.22 349.03 0.45 0.59
Hex C6 69 7A 0 2F 26 16 15D 2D 3B
Octal 306 151 172 0 57 46 26 535 55 73
Binary 11000110 1101001 1111010 0 101111 100110 10110 101011101 101101 111011

Color Harmonies of #C6697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6697A

Black with #C6697A

Text Example


Text Example

White with #C6697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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