Html Css Color HEX #C7979B Careys Pink

📋 copy color: '#C7979B'

red 199 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #C7979B

Tints of Careys Pink #C7979B

RGB

 RED value IS 199 (78.13% from 255) = 39.41%

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

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

R = 39.41%
G = 29.9%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7979B (or 0xC7979B) is known color: Careys Pink. HEX triplet: C7, 97 and 9B. RGB value is (199,151,155). Sum of RGB (Red+Green+Blue) = 199+151+155=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7979B is #386864. Grayscale: #A5A5A5. Windows color (decimal): -3696741 or 10196935. OLE color: 10196935.

HSL color Cylindrical-coordinate representation of color #C7979B: hue angle of 355º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7979B is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 151 155 -
CMYK 0 0.24 0.22 0.22
HSL 355º 0.3% 0.69% -
HSV(B) 355º 0.24% 0.78% -
XYZ 40.54 36.64 35.95 -
YUV 165.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 199 151 155 0 0.24 0.22 0.22 355 0.3 0.69
Hex C7 97 9B 0 18 16 16 163 1E 45
Octal 307 227 233 0 30 26 26 543 36 105
Binary 11000111 10010111 10011011 0 11000 10110 10110 101100011 11110 1000101

Color Harmonies of #C7979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7979B

Black with #C7979B

Text Example


Text Example

White with #C7979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7979B; }

 p { color: rgb(199,151,155); }

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

background-color css

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

 a { background-color: rgb(199,151,155); }

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

border-color css

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

 span { border-color: rgb(199,151,155); }

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