#C29499

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

Shades of Careys Pink #C29499

Tints of Careys Pink #C29499

Color information

#C29499 (or 0xC29499) is unknown color: approx Careys Pink. HEX triplet: C2, 94 and 99. RGB value is (194,148,153). Sum of RGB (Red+Green+Blue) = 194+148+153=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C29499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29499 is #3D6B66. Grayscale: #A2A2A2. Windows color (decimal): -4025191 or 10065090. OLE color: 10065090.

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

Color convert

RGB194148153-
CMYK00.240.210.24
HSL353.48º27.38%67.06%-
HSV(B)353.48º23.71%76.08%-
XYZ38.5934.9534.85-
YUV162.32122.74150.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=39.19%
G=29.90%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414815300.240.210.24353.4827.3867.06
HexC2949901815181611b43
Octal302224231030253054133103
Binary1100001010010100100110010110001010111000101100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29499; }

 p { color: rgb(194,148,153); }

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

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

 a { background-color: rgb(194,148,153); }

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

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

 span { border-color: rgb(194,148,153); }

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