#CA949B

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

Shades of Careys Pink #CA949B

Tints of Careys Pink #CA949B

Color information

#CA949B (or 0xCA949B) is unknown color: approx Careys Pink. HEX triplet: CA, 94 and 9B. RGB value is (202,148,155). Sum of RGB (Red+Green+Blue) = 202+148+155=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA949B is #356B64. Grayscale: #A4A4A4. Windows color (decimal): -3500901 or 10196170. OLE color: 10196170.

HSL color Cylindrical-coordinate representation of color #CA949B: hue angle of 352.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA949B is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202148155-
CMYK00.270.230.21
HSL352.22º33.75%68.63%-
HSV(B)352.22º26.73%79.22%-
XYZ40.8636.135.83-
YUV164.94122.39154.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=40%
G=29.31%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214815500.270.230.21352.2233.7568.63
HexCA949B01B17151602245
Octal312224233033272554042105
Binary11001010100101001001101101101110111101011011000001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA949B; }

 p { color: rgb(202,148,155); }

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

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

 a { background-color: rgb(202,148,155); }

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

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

 span { border-color: rgb(202,148,155); }

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