Html Css Color HEX #C4979A Careys Pink

📋 copy color: '#C4979A'

red 196 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #C4979A

Tints of Careys Pink #C4979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

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

R = 39.12%
G = 30.14%
B = 30.74%

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

#C4979A (or 0xC4979A) is known color: Careys Pink. HEX triplet: C4, 97 and 9A. RGB value is (196,151,154). Sum of RGB (Red+Green+Blue) = 196+151+154=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979A is #3B6865. Grayscale: #A4A4A4. Windows color (decimal): -3893350 or 10131396. OLE color: 10131396.

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

Color convert

RGB 196 151 154 -
CMYK 0 0.23 0.21 0.23
HSL 356º 0.28% 0.68% -
HSV(B) 356º 0.23% 0.77% -
XYZ 39.66 36.2 35.47 -
YUV 164.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 196 151 154 0 0.23 0.21 0.23 356 0.28 0.68
Hex C4 97 9A 0 17 15 17 164 1C 44
Octal 304 227 232 0 27 25 27 544 34 104
Binary 11000100 10010111 10011010 0 10111 10101 10111 101100100 11100 1000100

Color Harmonies of #C4979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4979A

Black with #C4979A

Text Example


Text Example

White with #C4979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4979A; }

 p { color: rgb(196,151,154); }

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

background-color css

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

 a { background-color: rgb(196,151,154); }

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

border-color css

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

 span { border-color: rgb(196,151,154); }

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