Html Css Color HEX #C5696A Mandy

📋 copy color: '#C5696A'

red 197 ◦ green 105 ◦ blue 106

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

Shades of Mandy #C5696A

Tints of Mandy #C5696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 48.28%
G = 25.74%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5696A (or 0xC5696A) is known color: Mandy. HEX triplet: C5, 69 and 6A. RGB value is (197,105,106). Sum of RGB (Red+Green+Blue) = 197+105+106=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5696A is #3A9695. Grayscale: #848484. Windows color (decimal): -3839638 or 6973893. OLE color: 6973893.

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

Color convert

RGB 197 105 106 -
CMYK 0 0.47 0.46 0.23
HSL 359.35º 0.44% 0.59% -
HSV(B) 359.35º 0.47% 0.77% -
XYZ 30.68 23.01 16.46 -
YUV 132.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 197 105 106 0 0.47 0.46 0.23 359.35 0.44 0.59
Hex C5 69 6A 0 2F 2E 17 167 2C 3B
Octal 305 151 152 0 57 56 27 547 54 73
Binary 11000101 1101001 1101010 0 101111 101110 10111 101100111 101100 111011

Color Harmonies of #C5696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5696A

Black with #C5696A

Text Example


Text Example

White with #C5696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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