#CBA5AD

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

Shades of Careys Pink #CBA5AD

Tints of Careys Pink #CBA5AD

Color information

#CBA5AD (or 0xCBA5AD) is unknown color: approx Careys Pink. HEX triplet: CB, A5 and AD. RGB value is (203,165,173). Sum of RGB (Red+Green+Blue) = 203+165+173=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA5AD is #345A52. Grayscale: #B1B1B1. Windows color (decimal): -3430995 or 11380171. OLE color: 11380171.

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

Color convert

RGB203165173-
CMYK00.190.150.20
HSL347.37º26.76%72.16%-
HSV(B)347.37º18.72%79.61%-
XYZ45.6342.6245.36-
YUV177.27125.59146.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=37.52%
G=30.50%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316517300.190.150.20347.3726.7672.16
HexCBA5AD013F1415b1b48
Octal313245255023172453333110
Binary110010111010010110101101010011111110100101011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5AD; }

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

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

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

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

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

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

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

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