#CB959A

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

Shades of Careys Pink #CB959A

Tints of Careys Pink #CB959A

Color information

#CB959A (or 0xCB959A) is unknown color: approx Careys Pink. HEX triplet: CB, 95 and 9A. RGB value is (203,149,154). Sum of RGB (Red+Green+Blue) = 203+149+154=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB959A is #346A65. Grayscale: #A5A5A5. Windows color (decimal): -3435110 or 10130891. OLE color: 10130891.

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

Color convert

RGB203149154-
CMYK00.270.240.20
HSL354.44º34.18%69.02%-
HSV(B)354.44º26.6%79.61%-
XYZ41.2136.5235.45-
YUV165.72121.39154.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=40.12%
G=29.45%
B=30.43%

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
Decimal20314915400.270.240.20354.4434.1869.02
HexCB959A01B18141622245
Octal313225232033302454242105
Binary11001011100101011001101001101111000101001011000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB959A; }

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

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

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

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

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

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

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

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