#C39092

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

Shades of Careys Pink #C39092

Tints of Careys Pink #C39092

Color information

#C39092 (or 0xC39092) is unknown color: approx Careys Pink. HEX triplet: C3, 90 and 92. RGB value is (195,144,146). Sum of RGB (Red+Green+Blue) = 195+144+146=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C39092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39092 is #3C6F6D. Grayscale: #9F9F9F. Windows color (decimal): -3960686 or 9605315. OLE color: 9605315.

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

Color convert

RGB195144146-
CMYK00.260.250.24
HSL357.65º29.82%66.47%-
HSV(B)357.65º26.15%76.47%-
XYZ37.6733.6231.7-
YUV159.48120.4153.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=40.21%
G=29.69%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514414600.260.250.24357.6529.8266.47
HexC3909201A19181661e42
Octal303220222032313054636102
Binary1100001110010000100100100110101100111000101100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39092; }

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

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

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

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

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

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

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

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