#CBA2AF

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

Shades of Careys Pink #CBA2AF

Tints of Careys Pink #CBA2AF

Color information

#CBA2AF (or 0xCBA2AF) is unknown color: approx Careys Pink. HEX triplet: CB, A2 and AF. RGB value is (203,162,175). Sum of RGB (Red+Green+Blue) = 203+162+175=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA2AF is #345D50. Grayscale: #AFAFAF. Windows color (decimal): -3431761 or 11510475. OLE color: 11510475.

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

Color convert

RGB203162175-
CMYK00.200.140.20
HSL340.98º28.28%71.57%-
HSV(B)340.98º20.2%79.61%-
XYZ45.2941.6346.21-
YUV175.74127.58147.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=37.59%
G=30%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316217500.200.140.20340.9828.2871.57
HexCBA2AF014E141551c48
Octal313242257024162452534110
Binary110010111010001010101111010100111010100101010101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2AF; }

 p { color: rgb(203,162,175); }

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

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

 a { background-color: rgb(203,162,175); }

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

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

 span { border-color: rgb(203,162,175); }

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