#CB939C

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

Shades of Careys Pink #CB939C

Tints of Careys Pink #CB939C

Color information

#CB939C (or 0xCB939C) is unknown color: approx Careys Pink. HEX triplet: CB, 93 and 9C. RGB value is (203,147,156). Sum of RGB (Red+Green+Blue) = 203+147+156=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB939C is #346C63. Grayscale: #A4A4A4. Windows color (decimal): -3435620 or 10261451. OLE color: 10261451.

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

Color convert

RGB203147156-
CMYK00.280.230.20
HSL350.36º35%68.63%-
HSV(B)350.36º27.59%79.61%-
XYZ41.0635.9636.23-
YUV164.77123.05155.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=40.12%
G=29.05%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314715600.280.230.20350.363568.63
HexCB939C01C171415e2345
Octal313223234034272453643105
Binary11001011100100111001110001110010111101001010111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB939C; }

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

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

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

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

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

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

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

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