#CBA6B1

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

Shades of Careys Pink #CBA6B1

Tints of Careys Pink #CBA6B1

Color information

#CBA6B1 (or 0xCBA6B1) is unknown color: approx Careys Pink. HEX triplet: CB, A6 and B1. RGB value is (203,166,177). Sum of RGB (Red+Green+Blue) = 203+166+177=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6B1 is #34594E. Grayscale: #B2B2B2. Windows color (decimal): -3430735 or 11642571. OLE color: 11642571.

HSL color Cylindrical-coordinate representation of color #CBA6B1: hue angle of 342.16º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6B1 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203166177-
CMYK00.180.130.20
HSL342.16º26.24%72.35%-
HSV(B)342.16º18.23%79.61%-
XYZ46.243.1447.49-
YUV178.32127.26145.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=37.18%
G=30.40%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316617700.180.130.20342.1626.2472.35
HexCBA6B1012D141561a48
Octal313246261022152452632110
Binary110010111010011010110001010010110110100101010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6B1; }

 p { color: rgb(203,166,177); }

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

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

 a { background-color: rgb(203,166,177); }

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

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

 span { border-color: rgb(203,166,177); }

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