#CA929A

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

Shades of Careys Pink #CA929A

Tints of Careys Pink #CA929A

Color information

#CA929A (or 0xCA929A) is unknown color: approx Careys Pink. HEX triplet: CA, 92 and 9A. RGB value is (202,146,154). Sum of RGB (Red+Green+Blue) = 202+146+154=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA929A is #356D65. Grayscale: #A3A3A3. Windows color (decimal): -3501414 or 10130122. OLE color: 10130122.

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

Color convert

RGB202146154-
CMYK00.280.240.21
HSL351.43º34.57%68.24%-
HSV(B)351.43º27.72%79.22%-
XYZ40.4735.4535.28-
YUV163.66122.55155.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=40.24%
G=29.08%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214615400.280.240.21351.4334.5768.24
HexCA929A01C181515f2344
Octal312222232034302553743104
Binary11001010100100101001101001110011000101011010111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA929A; }

 p { color: rgb(202,146,154); }

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

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

 a { background-color: rgb(202,146,154); }

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

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

 span { border-color: rgb(202,146,154); }

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