Html Css Color HEX #C5697B Charm

📋 copy color: '#C5697B'

red 197 ◦ green 105 ◦ blue 123

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

Shades of Charm #C5697B

Tints of Charm #C5697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 46.35%
G = 24.71%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5697B (or 0xC5697B) is known color: Charm. HEX triplet: C5, 69 and 7B. RGB value is (197,105,123). Sum of RGB (Red+Green+Blue) = 197+105+123=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5697B is #3A9684. Grayscale: #868686. Windows color (decimal): -3839621 or 8088005. OLE color: 8088005.

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

Color convert

RGB 197 105 123 -
CMYK 0 0.47 0.38 0.23
HSL 348.26º 0.44% 0.59% -
HSV(B) 348.26º 0.47% 0.77% -
XYZ 31.65 23.4 21.59 -
YUV 134.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 197 105 123 0 0.47 0.38 0.23 348.26 0.44 0.59
Hex C5 69 7B 0 2F 26 17 15C 2C 3B
Octal 305 151 173 0 57 46 27 534 54 73
Binary 11000101 1101001 1111011 0 101111 100110 10111 101011100 101100 111011

Color Harmonies of #C5697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5697B

Black with #C5697B

Text Example


Text Example

White with #C5697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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