Html Css Color HEX #C6697F Charm

📋 copy color: '#C6697F'

red 198 ◦ green 105 ◦ blue 127

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

Shades of Charm #C6697F

Tints of Charm #C6697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 46.05%
G = 24.42%
B = 29.53%

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

#C6697F (or 0xC6697F) is known color: Charm. HEX triplet: C6, 69 and 7F. RGB value is (198,105,127). Sum of RGB (Red+Green+Blue) = 198+105+127=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697F is #399680. Grayscale: #878787. Windows color (decimal): -3774081 or 8350150. OLE color: 8350150.

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

Color convert

RGB 198 105 127 -
CMYK 0 0.47 0.36 0.22
HSL 345.81º 0.45% 0.59% -
HSV(B) 345.81º 0.47% 0.78% -
XYZ 32.17 23.64 22.95 -
YUV 135.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 198 105 127 0 0.47 0.36 0.22 345.81 0.45 0.59
Hex C6 69 7F 0 2F 24 16 15A 2D 3B
Octal 306 151 177 0 57 44 26 532 55 73
Binary 11000110 1101001 1111111 0 101111 100100 10110 101011010 101101 111011

Color Harmonies of #C6697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6697F

Black with #C6697F

Text Example


Text Example

White with #C6697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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