#CA989A

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

Shades of Careys Pink #CA989A

Tints of Careys Pink #CA989A

Color information

#CA989A (or 0xCA989A) is unknown color: approx Careys Pink. HEX triplet: CA, 98 and 9A. RGB value is (202,152,154). Sum of RGB (Red+Green+Blue) = 202+152+154=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA989A is #356765. Grayscale: #A7A7A7. Windows color (decimal): -3499878 or 10131658. OLE color: 10131658.

HSL color Cylindrical-coordinate representation of color #CA989A: hue angle of 357.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 #CA989A is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202152154-
CMYK00.250.240.21
HSL357.6º32.05%69.41%-
HSV(B)357.6º24.75%79.22%-
XYZ41.4237.3535.6-
YUV167.18120.56152.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=39.76%
G=29.92%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215215400.250.240.21357.632.0569.41
HexCA989A01918151662045
Octal312230232031302554640105
Binary11001010100110001001101001100111000101011011001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA989A; }

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

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

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

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

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

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

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

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