Html Css Color HEX #C8959E Careys Pink

📋 copy color: '#C8959E'

red 200 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #C8959E

Tints of Careys Pink #C8959E

RGB

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

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

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

R = 39.45%
G = 29.39%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8959E (or 0xC8959E) is known color: Careys Pink. HEX triplet: C8, 95 and 9E. RGB value is (200,149,158). Sum of RGB (Red+Green+Blue) = 200+149+158=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8959E is #376A61. Grayscale: #A5A5A5. Windows color (decimal): -3631714 or 10393032. OLE color: 10393032.

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

Color convert

RGB 200 149 158 -
CMYK 0 0.26 0.21 0.22
HSL 349.41º 0.32% 0.68% -
HSV(B) 349.41º 0.26% 0.78% -
XYZ 40.74 36.24 37.2 -
YUV 165.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 200 149 158 0 0.26 0.21 0.22 349.41 0.32 0.68
Hex C8 95 9E 0 1A 15 16 15D 20 44
Octal 310 225 236 0 32 25 26 535 40 104
Binary 11001000 10010101 10011110 0 11010 10101 10110 101011101 100000 1000100

Color Harmonies of #C8959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8959E

Black with #C8959E

Text Example


Text Example

White with #C8959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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