#C39294

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

Shades of Careys Pink #C39294

Tints of Careys Pink #C39294

Color information

#C39294 (or 0xC39294) is unknown color: approx Careys Pink. HEX triplet: C3, 92 and 94. RGB value is (195,146,148). Sum of RGB (Red+Green+Blue) = 195+146+148=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39294 is #3C6D6B. Grayscale: #A0A0A0. Windows color (decimal): -3960172 or 9736899. OLE color: 9736899.

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

Color convert

RGB195146148-
CMYK00.250.240.24
HSL357.55º28.99%66.86%-
HSV(B)357.55º25.13%76.47%-
XYZ38.1334.332.63-
YUV160.88120.73152.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=39.88%
G=29.86%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514614800.250.240.24357.5528.9966.86
HexC3929401918181661d43
Octal303222224031303054635103
Binary1100001110010010100101000110011100011000101100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39294; }

 p { color: rgb(195,146,148); }

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

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

 a { background-color: rgb(195,146,148); }

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

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

 span { border-color: rgb(195,146,148); }

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