Html Css Color HEX #C5959A Careys Pink

📋 copy color: '#C5959A'

red 197 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #C5959A

Tints of Careys Pink #C5959A

RGB

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

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

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

R = 39.4%
G = 29.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5959A (or 0xC5959A) is known color: Careys Pink. HEX triplet: C5, 95 and 9A. RGB value is (197,149,154). Sum of RGB (Red+Green+Blue) = 197+149+154=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5959A is #3A6A65. Grayscale: #A3A3A3. Windows color (decimal): -3828326 or 10130885. OLE color: 10130885.

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

Color convert

RGB 197 149 154 -
CMYK 0 0.24 0.22 0.23
HSL 353.75º 0.29% 0.68% -
HSV(B) 353.75º 0.24% 0.77% -
XYZ 39.61 35.7 35.37 -
YUV 163.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 197 149 154 0 0.24 0.22 0.23 353.75 0.29 0.68
Hex C5 95 9A 0 18 16 17 162 1D 44
Octal 305 225 232 0 30 26 27 542 35 104
Binary 11000101 10010101 10011010 0 11000 10110 10111 101100010 11101 1000100

Color Harmonies of #C5959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5959A

Black with #C5959A

Text Example


Text Example

White with #C5959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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