Html Css Color HEX #C5979D Careys Pink

📋 copy color: '#C5979D'

red 197 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #C5979D

Tints of Careys Pink #C5979D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 39.01%
G = 29.9%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5979D (or 0xC5979D) is known color: Careys Pink. HEX triplet: C5, 97 and 9D. RGB value is (197,151,157). Sum of RGB (Red+Green+Blue) = 197+151+157=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979D is #3A6862. Grayscale: #A5A5A5. Windows color (decimal): -3827811 or 10328005. OLE color: 10328005.

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

Color convert

RGB 197 151 157 -
CMYK 0 0.23 0.20 0.23
HSL 352.17º 0.28% 0.68% -
HSV(B) 352.17º 0.23% 0.77% -
XYZ 40.18 36.44 36.81 -
YUV 165.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 197 151 157 0 0.23 0.20 0.23 352.17 0.28 0.68
Hex C5 97 9D 0 17 14 17 160 1C 44
Octal 305 227 235 0 27 24 27 540 34 104
Binary 11000101 10010111 10011101 0 10111 10100 10111 101100000 11100 1000100

Color Harmonies of #C5979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5979D

Black with #C5979D

Text Example


Text Example

White with #C5979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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