Html Css Color HEX #C7959E Careys Pink

📋 copy color: '#C7959E'

red 199 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #C7959E

Tints of Careys Pink #C7959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 39.33%
G = 29.45%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7959E (or 0xC7959E) is known color: Careys Pink. HEX triplet: C7, 95 and 9E. RGB value is (199,149,158). Sum of RGB (Red+Green+Blue) = 199+149+158=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7959E is #386A61. Grayscale: #A4A4A4. Windows color (decimal): -3697250 or 10393031. OLE color: 10393031.

HSL color Cylindrical-coordinate representation of color #C7959E: hue angle of 349.2º 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 #C7959E is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 158 -
CMYK 0 0.25 0.21 0.22
HSL 349.2º 0.31% 0.68% -
HSV(B) 349.2º 0.25% 0.78% -
XYZ 40.47 36.11 37.18 -
YUV 164.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 199 149 158 0 0.25 0.21 0.22 349.2 0.31 0.68
Hex C7 95 9E 0 19 15 16 15D 1F 44
Octal 307 225 236 0 31 25 26 535 37 104
Binary 11000111 10010101 10011110 0 11001 10101 10110 101011101 11111 1000100

Color Harmonies of #C7959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7959E

Black with #C7959E

Text Example


Text Example

White with #C7959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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