Html Css Color HEX #C5959C Careys Pink

📋 copy color: '#C5959C'

red 197 ◦ green 149 ◦ blue 156

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

Shades of Careys Pink #C5959C

Tints of Careys Pink #C5959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.68%

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

R = 39.24%
G = 29.68%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5959C (or 0xC5959C) is known color: Careys Pink. HEX triplet: C5, 95 and 9C. RGB value is (197,149,156). Sum of RGB (Red+Green+Blue) = 197+149+156=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5959C is #3A6A63. Grayscale: #A4A4A4. Windows color (decimal): -3828324 or 10261957. OLE color: 10261957.

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

Color convert

RGB 197 149 156 -
CMYK 0 0.24 0.21 0.23
HSL 351.25º 0.29% 0.68% -
HSV(B) 351.25º 0.24% 0.77% -
XYZ 39.77 35.77 36.26 -
YUV 164.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 197 149 156 0 0.24 0.21 0.23 351.25 0.29 0.68
Hex C5 95 9C 0 18 15 17 15F 1D 44
Octal 305 225 234 0 30 25 27 537 35 104
Binary 11000101 10010101 10011100 0 11000 10101 10111 101011111 11101 1000100

Color Harmonies of #C5959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5959C

Black with #C5959C

Text Example


Text Example

White with #C5959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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