#C3999A

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

Shades of Careys Pink #C3999A

Tints of Careys Pink #C3999A

Color information

#C3999A (or 0xC3999A) is unknown color: approx Careys Pink. HEX triplet: C3, 99 and 9A. RGB value is (195,153,154). Sum of RGB (Red+Green+Blue) = 195+153+154=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3999A is #3C6665. Grayscale: #A5A5A5. Windows color (decimal): -3958374 or 10131907. OLE color: 10131907.

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

Color convert

RGB195153154-
CMYK00.220.210.24
HSL358.57º25.93%68.24%-
HSV(B)358.57º21.54%76.47%-
XYZ39.7336.7235.57-
YUV165.67121.41148.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=38.84%
G=30.48%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515315400.220.210.24358.5725.9368.24
HexC3999A01615181671a44
Octal303231232026253054732104
Binary1100001110011001100110100101101010111000101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3999A; }

 p { color: rgb(195,153,154); }

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

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

 a { background-color: rgb(195,153,154); }

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

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

 span { border-color: rgb(195,153,154); }

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