#CB949A

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

Shades of Careys Pink #CB949A

Tints of Careys Pink #CB949A

Color information

#CB949A (or 0xCB949A) is unknown color: approx Careys Pink. HEX triplet: CB, 94 and 9A. RGB value is (203,148,154). Sum of RGB (Red+Green+Blue) = 203+148+154=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB949A is #346B65. Grayscale: #A5A5A5. Windows color (decimal): -3435366 or 10130635. OLE color: 10130635.

HSL color Cylindrical-coordinate representation of color #CB949A: hue angle of 353.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB949A is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203148154-
CMYK00.270.240.20
HSL353.45º34.59%68.82%-
HSV(B)353.45º27.09%79.61%-
XYZ41.0536.2135.4-
YUV165.13121.72155.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=40.20%
G=29.31%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314815400.270.240.20353.4534.5968.82
HexCB949A01B18141612345
Octal313224232033302454143105
Binary11001011100101001001101001101111000101001011000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB949A; }

 p { color: rgb(203,148,154); }

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

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

 a { background-color: rgb(203,148,154); }

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

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

 span { border-color: rgb(203,148,154); }

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