Html Css Color HEX #C8979F Careys Pink

📋 copy color: '#C8979F'

red 200 ◦ green 151 ◦ blue 159

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

Shades of Careys Pink #C8979F

Tints of Careys Pink #C8979F

RGB

 RED value IS 200 (78.52% from 255) = 39.22%

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

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 39.22%
G = 29.61%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8979F (or 0xC8979F) is known color: Careys Pink. HEX triplet: C8, 97 and 9F. RGB value is (200,151,159). Sum of RGB (Red+Green+Blue) = 200+151+159=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8979F is #376860. Grayscale: #A6A6A6. Windows color (decimal): -3631201 or 10459080. OLE color: 10459080.

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

Color convert

RGB 200 151 159 -
CMYK 0 0.24 0.20 0.22
HSL 350.2º 0.31% 0.69% -
HSV(B) 350.2º 0.25% 0.78% -
XYZ 41.14 36.92 37.76 -
YUV 166.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 200 151 159 0 0.24 0.20 0.22 350.2 0.31 0.69
Hex C8 97 9F 0 18 14 16 15E 1F 45
Octal 310 227 237 0 30 24 26 536 37 105
Binary 11001000 10010111 10011111 0 11000 10100 10110 101011110 11111 1000101

Color Harmonies of #C8979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8979F

Black with #C8979F

Text Example


Text Example

White with #C8979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8979F; }

 p { color: rgb(200,151,159); }

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

background-color css

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

 a { background-color: rgb(200,151,159); }

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

border-color css

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

 span { border-color: rgb(200,151,159); }

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