Html Css Color HEX #C5989E Careys Pink

📋 copy color: '#C5989E'

red 197 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #C5989E

Tints of Careys Pink #C5989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

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

R = 38.86%
G = 29.98%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5989E (or 0xC5989E) is known color: Careys Pink. HEX triplet: C5, 98 and 9E. RGB value is (197,152,158). Sum of RGB (Red+Green+Blue) = 197+152+158=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5989E is #3A6761. Grayscale: #A6A6A6. Windows color (decimal): -3827554 or 10393797. OLE color: 10393797.

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

Color convert

RGB 197 152 158 -
CMYK 0 0.23 0.20 0.23
HSL 352º 0.28% 0.68% -
HSV(B) 352º 0.23% 0.77% -
XYZ 40.43 36.8 37.32 -
YUV 166.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 197 152 158 0 0.23 0.20 0.23 352 0.28 0.68
Hex C5 98 9E 0 17 14 17 160 1C 44
Octal 305 230 236 0 27 24 27 540 34 104
Binary 11000101 10011000 10011110 0 10111 10100 10111 101100000 11100 1000100

Color Harmonies of #C5989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5989E

Black with #C5989E

Text Example


Text Example

White with #C5989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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