Html Css Color HEX #C5979F Careys Pink

📋 copy color: '#C5979F'

red 197 ◦ green 151 ◦ blue 159

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

Shades of Careys Pink #C5979F

Tints of Careys Pink #C5979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.78%

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 38.86%
G = 29.78%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5979F (or 0xC5979F) is known color: Careys Pink. HEX triplet: C5, 97 and 9F. RGB value is (197,151,159). Sum of RGB (Red+Green+Blue) = 197+151+159=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979F is #3A6860. Grayscale: #A5A5A5. Windows color (decimal): -3827809 or 10459077. OLE color: 10459077.

HSL color Cylindrical-coordinate representation of color #C5979F: hue angle of 349.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5979F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 151 159 -
CMYK 0 0.23 0.19 0.23
HSL 349.57º 0.28% 0.68% -
HSV(B) 349.57º 0.23% 0.77% -
XYZ 40.35 36.51 37.72 -
YUV 165.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 197 151 159 0 0.23 0.19 0.23 349.57 0.28 0.68
Hex C5 97 9F 0 17 13 17 15E 1C 44
Octal 305 227 237 0 27 23 27 536 34 104
Binary 11000101 10010111 10011111 0 10111 10011 10111 101011110 11100 1000100

Color Harmonies of #C5979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5979F

Black with #C5979F

Text Example


Text Example

White with #C5979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5979F; }

 p { color: rgb(197,151,159); }

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

background-color css

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

 a { background-color: rgb(197,151,159); }

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

border-color css

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

 span { border-color: rgb(197,151,159); }

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