Html Css Color HEX #C7959F Careys Pink

📋 copy color: '#C7959F'

red 199 ◦ green 149 ◦ blue 159

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

Shades of Careys Pink #C7959F

Tints of Careys Pink #C7959F

RGB

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

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

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

R = 39.25%
G = 29.39%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7959F (or 0xC7959F) is known color: Careys Pink. HEX triplet: C7, 95 and 9F. RGB value is (199,149,159). Sum of RGB (Red+Green+Blue) = 199+149+159=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7959F is #386A60. Grayscale: #A5A5A5. Windows color (decimal): -3697249 or 10458567. OLE color: 10458567.

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

Color convert

RGB 199 149 159 -
CMYK 0 0.25 0.20 0.22
HSL 348º 0.31% 0.68% -
HSV(B) 348º 0.25% 0.78% -
XYZ 40.56 36.14 37.64 -
YUV 165.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 199 149 159 0 0.25 0.20 0.22 348 0.31 0.68
Hex C7 95 9F 0 19 14 16 15C 1F 44
Octal 307 225 237 0 31 24 26 534 37 104
Binary 11000111 10010101 10011111 0 11001 10100 10110 101011100 11111 1000100

Color Harmonies of #C7959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7959F

Black with #C7959F

Text Example


Text Example

White with #C7959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7959F; }

 p { color: rgb(199,149,159); }

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

background-color css

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

 a { background-color: rgb(199,149,159); }

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

border-color css

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

 span { border-color: rgb(199,149,159); }

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