#CA98A4

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

Shades of Careys Pink #CA98A4

Tints of Careys Pink #CA98A4

Color information

#CA98A4 (or 0xCA98A4) is unknown color: approx Careys Pink. HEX triplet: CA, 98 and A4. RGB value is (202,152,164). Sum of RGB (Red+Green+Blue) = 202+152+164=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A4 is #35675B. Grayscale: #A8A8A8. Windows color (decimal): -3499868 or 10787018. OLE color: 10787018.

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

Color convert

RGB202152164-
CMYK00.250.190.21
HSL345.6º32.05%69.41%-
HSV(B)345.6º24.75%79.22%-
XYZ42.2937.6940.17-
YUV168.32125.56152.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=39.00%
G=29.34%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215216400.250.190.21345.632.0569.41
HexCA98A4019131515a2045
Octal312230244031232553240105
Binary11001010100110001010010001100110011101011010110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98A4; }

 p { color: rgb(202,152,164); }

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

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

 a { background-color: rgb(202,152,164); }

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

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

 span { border-color: rgb(202,152,164); }

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