#CB939A

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

Shades of Careys Pink #CB939A

Tints of Careys Pink #CB939A

Color information

#CB939A (or 0xCB939A) is unknown color: approx Careys Pink. HEX triplet: CB, 93 and 9A. RGB value is (203,147,154). Sum of RGB (Red+Green+Blue) = 203+147+154=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB939A is #346C65. Grayscale: #A4A4A4. Windows color (decimal): -3435622 or 10130379. OLE color: 10130379.

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

Color convert

RGB203147154-
CMYK00.280.240.20
HSL352.5º35%68.63%-
HSV(B)352.5º27.59%79.61%-
XYZ40.935.935.35-
YUV164.54122.05155.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=40.28%
G=29.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314715400.280.240.20352.53568.63
HexCB939A01C18141602345
Octal313223232034302454043105
Binary11001011100100111001101001110011000101001011000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB939A; }

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

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

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

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

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

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

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

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