#C29598

Color #C29598 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C29598

Tints of Careys Pink #C29598

Color information

#C29598 (or 0xC29598) is unknown color: approx Careys Pink. HEX triplet: C2, 95 and 98. RGB value is (194,149,152). Sum of RGB (Red+Green+Blue) = 194+149+152=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C29598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29598 is #3D6A67. Grayscale: #A2A2A2. Windows color (decimal): -4024936 or 9999810. OLE color: 9999810.

HSL color Cylindrical-coordinate representation of color #C29598: hue angle of 356º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29598 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194149152-
CMYK00.230.220.24
HSL356º26.95%67.25%-
HSV(B)356º23.2%76.08%-
XYZ38.6635.2334.47-
YUV162.8121.91150.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=39.19%
G=30.10%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414915200.230.220.2435626.9567.25
HexC2959801716181641b43
Octal302225230027263054433103
Binary1100001010010101100110000101111011011000101100100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29598; }

 p { color: rgb(194,149,152); }

 H1.HeaderClassName
 {
   color: #C29598;
 }
 .AnyTagClassName
 {
   color: #C29598;
 }
</style>
background-color css

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

 a { background-color: rgb(194,149,152); }

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

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

 span { border-color: rgb(194,149,152); }

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