#CA969A

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

Shades of Careys Pink #CA969A

Tints of Careys Pink #CA969A

Color information

#CA969A (or 0xCA969A) is unknown color: approx Careys Pink. HEX triplet: CA, 96 and 9A. RGB value is (202,150,154). Sum of RGB (Red+Green+Blue) = 202+150+154=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA969A is #356965. Grayscale: #A6A6A6. Windows color (decimal): -3500390 or 10131146. OLE color: 10131146.

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

Color convert

RGB202150154-
CMYK00.260.240.21
HSL355.38º32.91%69.02%-
HSV(B)355.38º25.74%79.22%-
XYZ41.136.735.49-
YUV166121.23153.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=39.92%
G=29.64%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215015400.260.240.21355.3832.9169.02
HexCA969A01A18151632145
Octal312226232032302554341105
Binary11001010100101101001101001101011000101011011000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA969A; }

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

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

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

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

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

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

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

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