Html Css Color HEX #C5697D Charm

📋 copy color: '#C5697D'

red 197 ◦ green 105 ◦ blue 125

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

Shades of Charm #C5697D

Tints of Charm #C5697D

RGB

 RED value IS 197 (77.34% from 255) = 46.14%

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

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

R = 46.14%
G = 24.59%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5697D (or 0xC5697D) is known color: Charm. HEX triplet: C5, 69 and 7D. RGB value is (197,105,125). Sum of RGB (Red+Green+Blue) = 197+105+125=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5697D is #3A9682. Grayscale: #868686. Windows color (decimal): -3839619 or 8219077. OLE color: 8219077.

HSL color Cylindrical-coordinate representation of color #C5697D: hue angle of 346.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5697D is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 125 -
CMYK 0 0.47 0.37 0.23
HSL 346.96º 0.44% 0.59% -
HSV(B) 346.96º 0.47% 0.77% -
XYZ 31.78 23.45 22.25 -
YUV 134.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 197 105 125 0 0.47 0.37 0.23 346.96 0.44 0.59
Hex C5 69 7D 0 2F 25 17 15B 2C 3B
Octal 305 151 175 0 57 45 27 533 54 73
Binary 11000101 1101001 1111101 0 101111 100101 10111 101011011 101100 111011

Color Harmonies of #C5697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5697D

Black with #C5697D

Text Example


Text Example

White with #C5697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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