Html Css Color HEX #C5989D Careys Pink

📋 copy color: '#C5989D'

red 197 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #C5989D

Tints of Careys Pink #C5989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 38.93%
G = 30.04%
B = 31.03%

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

#C5989D (or 0xC5989D) is known color: Careys Pink. HEX triplet: C5, 98 and 9D. RGB value is (197,152,157). Sum of RGB (Red+Green+Blue) = 197+152+157=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5989D is #3A6762. Grayscale: #A6A6A6. Windows color (decimal): -3827555 or 10328261. OLE color: 10328261.

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

Color convert

RGB 197 152 157 -
CMYK 0 0.23 0.20 0.23
HSL 353.33º 0.28% 0.68% -
HSV(B) 353.33º 0.23% 0.77% -
XYZ 40.34 36.76 36.87 -
YUV 166.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 197 152 157 0 0.23 0.20 0.23 353.33 0.28 0.68
Hex C5 98 9D 0 17 14 17 161 1C 44
Octal 305 230 235 0 27 24 27 541 34 104
Binary 11000101 10011000 10011101 0 10111 10100 10111 101100001 11100 1000100

Color Harmonies of #C5989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5989D

Black with #C5989D

Text Example


Text Example

White with #C5989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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