Html Css Color HEX #C5949B Careys Pink

📋 copy color: '#C5949B'

red 197 ◦ green 148 ◦ blue 155

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

Shades of Careys Pink #C5949B

Tints of Careys Pink #C5949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

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

R = 39.4%
G = 29.6%
B = 31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5949B (or 0xC5949B) is known color: Careys Pink. HEX triplet: C5, 94 and 9B. RGB value is (197,148,155). Sum of RGB (Red+Green+Blue) = 197+148+155=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5949B is #3A6B64. Grayscale: #A3A3A3. Windows color (decimal): -3828581 or 10196165. OLE color: 10196165.

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

Color convert

RGB 197 148 155 -
CMYK 0 0.25 0.21 0.23
HSL 351.43º 0.3% 0.68% -
HSV(B) 351.43º 0.25% 0.77% -
XYZ 39.53 35.42 35.76 -
YUV 163.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 197 148 155 0 0.25 0.21 0.23 351.43 0.3 0.68
Hex C5 94 9B 0 19 15 17 15F 1E 44
Octal 305 224 233 0 31 25 27 537 36 104
Binary 11000101 10010100 10011011 0 11001 10101 10111 101011111 11110 1000100

Color Harmonies of #C5949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5949B

Black with #C5949B

Text Example


Text Example

White with #C5949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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