Html Css Color HEX #C5999F Careys Pink

📋 copy color: '#C5999F'

red 197 ◦ green 153 ◦ blue 159

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

Shades of Careys Pink #C5999F

Tints of Careys Pink #C5999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 38.7%
G = 30.06%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5999F (or 0xC5999F) is known color: Careys Pink. HEX triplet: C5, 99 and 9F. RGB value is (197,153,159). Sum of RGB (Red+Green+Blue) = 197+153+159=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5999F is #3A6660. Grayscale: #A6A6A6. Windows color (decimal): -3827297 or 10459589. OLE color: 10459589.

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

Color convert

RGB 197 153 159 -
CMYK 0 0.22 0.19 0.23
HSL 351.82º 0.28% 0.69% -
HSV(B) 351.82º 0.22% 0.77% -
XYZ 40.68 37.16 37.83 -
YUV 166.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 197 153 159 0 0.22 0.19 0.23 351.82 0.28 0.69
Hex C5 99 9F 0 16 13 17 160 1C 45
Octal 305 231 237 0 26 23 27 540 34 105
Binary 11000101 10011001 10011111 0 10110 10011 10111 101100000 11100 1000101

Color Harmonies of #C5999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5999F

Black with #C5999F

Text Example


Text Example

White with #C5999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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