#C2999A

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

Shades of Careys Pink #C2999A

Tints of Careys Pink #C2999A

Color information

#C2999A (or 0xC2999A) is unknown color: approx Careys Pink. HEX triplet: C2, 99 and 9A. RGB value is (194,153,154). Sum of RGB (Red+Green+Blue) = 194+153+154=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2999A is #3D6665. Grayscale: #A5A5A5. Windows color (decimal): -4023910 or 10131906. OLE color: 10131906.

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

Color convert

RGB194153154-
CMYK00.210.210.24
HSL358.54º25.15%68.04%-
HSV(B)358.54º21.13%76.08%-
XYZ39.4736.5835.55-
YUV165.37121.58148.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=38.72%
G=30.54%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415315400.210.210.24358.5425.1568.04
HexC2999A01515181671944
Octal302231232025253054731104
Binary1100001010011001100110100101011010111000101100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2999A; }

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

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

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

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

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

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

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

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