Html Css Color HEX #C4959B Careys Pink

📋 copy color: '#C4959B'

red 196 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #C4959B

Tints of Careys Pink #C4959B

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 149 (58.59% from 255) = 29.8%

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

R = 39.2%
G = 29.8%
B = 31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4959B (or 0xC4959B) is known color: Careys Pink. HEX triplet: C4, 95 and 9B. RGB value is (196,149,155). Sum of RGB (Red+Green+Blue) = 196+149+155=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4959B is #3B6A64. Grayscale: #A3A3A3. Windows color (decimal): -3893861 or 10196420. OLE color: 10196420.

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

Color convert

RGB 196 149 155 -
CMYK 0 0.24 0.21 0.23
HSL 352.34º 0.28% 0.68% -
HSV(B) 352.34º 0.24% 0.77% -
XYZ 39.43 35.6 35.8 -
YUV 163.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 196 149 155 0 0.24 0.21 0.23 352.34 0.28 0.68
Hex C4 95 9B 0 18 15 17 160 1C 44
Octal 304 225 233 0 30 25 27 540 34 104
Binary 11000100 10010101 10011011 0 11000 10101 10111 101100000 11100 1000100

Color Harmonies of #C4959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4959B

Black with #C4959B

Text Example


Text Example

White with #C4959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4959B; }

 p { color: rgb(196,149,155); }

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

background-color css

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

 a { background-color: rgb(196,149,155); }

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

border-color css

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

 span { border-color: rgb(196,149,155); }

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