Html Css Color HEX #C5979C Careys Pink

📋 copy color: '#C5979C'

red 197 ◦ green 151 ◦ blue 156

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

Shades of Careys Pink #C5979C

Tints of Careys Pink #C5979C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 39.09%
G = 29.96%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5979C (or 0xC5979C) is known color: Careys Pink. HEX triplet: C5, 97 and 9C. RGB value is (197,151,156). Sum of RGB (Red+Green+Blue) = 197+151+156=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979C is #3A6863. Grayscale: #A5A5A5. Windows color (decimal): -3827812 or 10262469. OLE color: 10262469.

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

Color convert

RGB 197 151 156 -
CMYK 0 0.23 0.21 0.23
HSL 353.48º 0.28% 0.68% -
HSV(B) 353.48º 0.23% 0.77% -
XYZ 40.09 36.4 36.37 -
YUV 165.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 197 151 156 0 0.23 0.21 0.23 353.48 0.28 0.68
Hex C5 97 9C 0 17 15 17 161 1C 44
Octal 305 227 234 0 27 25 27 541 34 104
Binary 11000101 10010111 10011100 0 10111 10101 10111 101100001 11100 1000100

Color Harmonies of #C5979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5979C

Black with #C5979C

Text Example


Text Example

White with #C5979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5979C; }

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

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

background-color css

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

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

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

border-color css

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

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

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