Html Css Color HEX #C5989A Careys Pink

📋 copy color: '#C5989A'

red 197 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #C5989A

Tints of Careys Pink #C5989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 39.17%
G = 30.22%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5989A (or 0xC5989A) is known color: Careys Pink. HEX triplet: C5, 98 and 9A. RGB value is (197,152,154). Sum of RGB (Red+Green+Blue) = 197+152+154=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5989A is #3A6765. Grayscale: #A5A5A5. Windows color (decimal): -3827558 or 10131653. OLE color: 10131653.

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

Color convert

RGB 197 152 154 -
CMYK 0 0.23 0.22 0.23
HSL 357.33º 0.28% 0.68% -
HSV(B) 357.33º 0.23% 0.77% -
XYZ 40.09 36.66 35.54 -
YUV 165.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 197 152 154 0 0.23 0.22 0.23 357.33 0.28 0.68
Hex C5 98 9A 0 17 16 17 165 1C 44
Octal 305 230 232 0 27 26 27 545 34 104
Binary 11000101 10011000 10011010 0 10111 10110 10111 101100101 11100 1000100

Color Harmonies of #C5989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5989A

Black with #C5989A

Text Example


Text Example

White with #C5989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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