#CA9092

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

Shades of Careys Pink #CA9092

Tints of Careys Pink #CA9092

Color information

#CA9092 (or 0xCA9092) is unknown color: approx Careys Pink. HEX triplet: CA, 90 and 92. RGB value is (202,144,146). Sum of RGB (Red+Green+Blue) = 202+144+146=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9092 is #356F6D. Grayscale: #A1A1A1. Windows color (decimal): -3501934 or 9605322. OLE color: 9605322.

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

Color convert

RGB202144146-
CMYK00.290.280.21
HSL357.93º35.37%67.84%-
HSV(B)357.93º28.71%79.22%-
XYZ39.5234.5831.79-
YUV161.57119.22156.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=41.06%
G=29.27%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214414600.290.280.21357.9335.3767.84
HexCA909201D1C151662344
Octal312220222035342554643104
Binary11001010100100001001001001110111100101011011001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9092; }

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

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

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

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

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

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

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

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