Html Css Color HEX #C6697D Charm

📋 copy color: '#C6697D'

red 198 ◦ green 105 ◦ blue 125

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

Shades of Charm #C6697D

Tints of Charm #C6697D

RGB

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

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

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

R = 46.26%
G = 24.53%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6697D (or 0xC6697D) is known color: Charm. HEX triplet: C6, 69 and 7D. RGB value is (198,105,125). Sum of RGB (Red+Green+Blue) = 198+105+125=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697D is #399682. Grayscale: #878787. Windows color (decimal): -3774083 or 8219078. OLE color: 8219078.

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

Color convert

RGB 198 105 125 -
CMYK 0 0.47 0.37 0.22
HSL 347.1º 0.45% 0.59% -
HSV(B) 347.1º 0.47% 0.78% -
XYZ 32.04 23.59 22.27 -
YUV 135.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 198 105 125 0 0.47 0.37 0.22 347.1 0.45 0.59
Hex C6 69 7D 0 2F 25 16 15B 2D 3B
Octal 306 151 175 0 57 45 26 533 55 73
Binary 11000110 1101001 1111101 0 101111 100101 10110 101011011 101101 111011

Color Harmonies of #C6697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6697D

Black with #C6697D

Text Example


Text Example

White with #C6697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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