Html Css Color HEX #C5989B Careys Pink

📋 copy color: '#C5989B'

red 197 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C5989B

Tints of Careys Pink #C5989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 39.09%
G = 30.16%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5989B (or 0xC5989B) is known color: Careys Pink. HEX triplet: C5, 98 and 9B. RGB value is (197,152,155). Sum of RGB (Red+Green+Blue) = 197+152+155=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5989B is #3A6764. Grayscale: #A5A5A5. Windows color (decimal): -3827557 or 10197189. OLE color: 10197189.

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

Color convert

RGB 197 152 155 -
CMYK 0 0.23 0.21 0.23
HSL 356º 0.28% 0.68% -
HSV(B) 356º 0.23% 0.77% -
XYZ 40.17 36.69 35.98 -
YUV 165.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 197 152 155 0 0.23 0.21 0.23 356 0.28 0.68
Hex C5 98 9B 0 17 15 17 164 1C 44
Octal 305 230 233 0 27 25 27 544 34 104
Binary 11000101 10011000 10011011 0 10111 10101 10111 101100100 11100 1000100

Color Harmonies of #C5989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5989B

Black with #C5989B

Text Example


Text Example

White with #C5989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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