Html Css Color HEX #C59D9E Careys Pink

📋 copy color: '#C59D9E'

red 197 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #C59D9E

Tints of Careys Pink #C59D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.66%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 38.48%
G = 30.66%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C59D9E (or 0xC59D9E) is known color: Careys Pink. HEX triplet: C5, 9D and 9E. RGB value is (197,157,158). Sum of RGB (Red+Green+Blue) = 197+157+158=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D9E is #3A6261. Grayscale: #A9A9A9. Windows color (decimal): -3826274 or 10395077. OLE color: 10395077.

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

Color convert

RGB 197 157 158 -
CMYK 0 0.20 0.20 0.23
HSL 358.5º 0.26% 0.69% -
HSV(B) 358.5º 0.2% 0.77% -
XYZ 41.25 38.45 37.6 -
YUV 169.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 197 157 158 0 0.20 0.20 0.23 358.5 0.26 0.69
Hex C5 9D 9E 0 14 14 17 166 1A 45
Octal 305 235 236 0 24 24 27 546 32 105
Binary 11000101 10011101 10011110 0 10100 10100 10111 101100110 11010 1000101

Color Harmonies of #C59D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59D9E

Black with #C59D9E

Text Example


Text Example

White with #C59D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59D9E; }

 p { color: rgb(197,157,158); }

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

background-color css

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

 a { background-color: rgb(197,157,158); }

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

border-color css

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

 span { border-color: rgb(197,157,158); }

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