Html Css Color HEX #C5697F Charm

📋 copy color: '#C5697F'

red 197 ◦ green 105 ◦ blue 127

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

Shades of Charm #C5697F

Tints of Charm #C5697F

RGB

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

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

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

R = 45.92%
G = 24.48%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5697F (or 0xC5697F) is known color: Charm. HEX triplet: C5, 69 and 7F. RGB value is (197,105,127). Sum of RGB (Red+Green+Blue) = 197+105+127=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5697F is #3A9680. Grayscale: #878787. Windows color (decimal): -3839617 or 8350149. OLE color: 8350149.

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

Color convert

RGB 197 105 127 -
CMYK 0 0.47 0.36 0.23
HSL 345.65º 0.44% 0.59% -
HSV(B) 345.65º 0.47% 0.77% -
XYZ 31.91 23.51 22.93 -
YUV 135.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 197 105 127 0 0.47 0.36 0.23 345.65 0.44 0.59
Hex C5 69 7F 0 2F 24 17 15A 2C 3B
Octal 305 151 177 0 57 44 27 532 54 73
Binary 11000101 1101001 1111111 0 101111 100100 10111 101011010 101100 111011

Color Harmonies of #C5697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5697F

Black with #C5697F

Text Example


Text Example

White with #C5697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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