Html Css Color HEX #C5979A Careys Pink

📋 copy color: '#C5979A'

red 197 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #C5979A

Tints of Careys Pink #C5979A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 39.24%
G = 30.08%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5979A (or 0xC5979A) is known color: Careys Pink. HEX triplet: C5, 97 and 9A. RGB value is (197,151,154). Sum of RGB (Red+Green+Blue) = 197+151+154=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979A is #3A6865. Grayscale: #A5A5A5. Windows color (decimal): -3827814 or 10131397. OLE color: 10131397.

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

Color convert

RGB 197 151 154 -
CMYK 0 0.23 0.22 0.23
HSL 356.09º 0.28% 0.68% -
HSV(B) 356.09º 0.23% 0.77% -
XYZ 39.93 36.34 35.48 -
YUV 165.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 197 151 154 0 0.23 0.22 0.23 356.09 0.28 0.68
Hex C5 97 9A 0 17 16 17 164 1C 44
Octal 305 227 232 0 27 26 27 544 34 104
Binary 11000101 10010111 10011010 0 10111 10110 10111 101100100 11100 1000100

Color Harmonies of #C5979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5979A

Black with #C5979A

Text Example


Text Example

White with #C5979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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