#CA939D

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

Shades of Careys Pink #CA939D

Tints of Careys Pink #CA939D

Color information

#CA939D (or 0xCA939D) is unknown color: approx Careys Pink. HEX triplet: CA, 93 and 9D. RGB value is (202,147,157). Sum of RGB (Red+Green+Blue) = 202+147+157=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA939D is #356C62. Grayscale: #A4A4A4. Windows color (decimal): -3501155 or 10326986. OLE color: 10326986.

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

Color convert

RGB202147157-
CMYK00.270.220.21
HSL349.09º34.16%68.43%-
HSV(B)349.09º27.23%79.22%-
XYZ40.8835.8636.67-
YUV164.58123.72154.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=39.92%
G=29.05%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214715700.270.220.21349.0934.1668.43
HexCA939D01B161515d2244
Octal312223235033262553542104
Binary11001010100100111001110101101110110101011010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA939D; }

 p { color: rgb(202,147,157); }

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

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

 a { background-color: rgb(202,147,157); }

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

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

 span { border-color: rgb(202,147,157); }

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