#CB949C

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

Shades of Careys Pink #CB949C

Tints of Careys Pink #CB949C

Color information

#CB949C (or 0xCB949C) is unknown color: approx Careys Pink. HEX triplet: CB, 94 and 9C. RGB value is (203,148,156). Sum of RGB (Red+Green+Blue) = 203+148+156=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB949C is #346B63. Grayscale: #A5A5A5. Windows color (decimal): -3435364 or 10261707. OLE color: 10261707.

HSL color Cylindrical-coordinate representation of color #CB949C: hue angle of 351.27º 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 #CB949C is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203148156-
CMYK00.270.230.20
HSL351.27º34.59%68.82%-
HSV(B)351.27º27.09%79.61%-
XYZ41.2236.2836.28-
YUV165.36122.72154.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=40.04%
G=29.19%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314815600.270.230.20351.2734.5968.82
HexCB949C01B171415f2345
Octal313224234033272453743105
Binary11001011100101001001110001101110111101001010111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB949C; }

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

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

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

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

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

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

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

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