Html Css Color HEX #C59299 Careys Pink

📋 copy color: '#C59299'

red 197 ◦ green 146 ◦ blue 153

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

Shades of Careys Pink #C59299

Tints of Careys Pink #C59299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.44%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 39.72%
G = 29.44%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C59299 (or 0xC59299) is known color: Careys Pink. HEX triplet: C5, 92 and 99. RGB value is (197,146,153). Sum of RGB (Red+Green+Blue) = 197+146+153=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C59299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59299 is #3A6D66. Grayscale: #A2A2A2. Windows color (decimal): -3829095 or 10064581. OLE color: 10064581.

HSL color Cylindrical-coordinate representation of color #C59299: hue angle of 351.76º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59299 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 153 -
CMYK 0 0.26 0.22 0.23
HSL 351.76º 0.31% 0.67% -
HSV(B) 351.76º 0.26% 0.77% -
XYZ 39.05 34.73 34.78 -
YUV 162.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 197 146 153 0 0.26 0.22 0.23 351.76 0.31 0.67
Hex C5 92 99 0 1A 16 17 160 1F 43
Octal 305 222 231 0 32 26 27 540 37 103
Binary 11000101 10010010 10011001 0 11010 10110 10111 101100000 11111 1000011

Color Harmonies of #C59299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59299

Black with #C59299

Text Example


Text Example

White with #C59299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59299; }

 p { color: rgb(197,146,153); }

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

background-color css

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

 a { background-color: rgb(197,146,153); }

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

border-color css

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

 span { border-color: rgb(197,146,153); }

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