#CBA5AE

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

Shades of Careys Pink #CBA5AE

Tints of Careys Pink #CBA5AE

Color information

#CBA5AE (or 0xCBA5AE) is unknown color: approx Careys Pink. HEX triplet: CB, A5 and AE. RGB value is (203,165,174). Sum of RGB (Red+Green+Blue) = 203+165+174=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA5AE is #345A51. Grayscale: #B1B1B1. Windows color (decimal): -3430994 or 11445707. OLE color: 11445707.

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

Color convert

RGB203165174-
CMYK00.190.140.20
HSL345.79º26.76%72.16%-
HSV(B)345.79º18.72%79.61%-
XYZ45.7242.6645.87-
YUV177.39126.09146.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=37.45%
G=30.44%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316517400.190.140.20345.7926.7672.16
HexCBA5AE013E1415a1b48
Octal313245256023162453233110
Binary110010111010010110101110010011111010100101011010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5AE; }

 p { color: rgb(203,165,174); }

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

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

 a { background-color: rgb(203,165,174); }

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

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

 span { border-color: rgb(203,165,174); }

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