#CBA6A8

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

Shades of Careys Pink #CBA6A8

Tints of Careys Pink #CBA6A8

Color information

#CBA6A8 (or 0xCBA6A8) is unknown color: approx Careys Pink. HEX triplet: CB, A6 and A8. RGB value is (203,166,168). Sum of RGB (Red+Green+Blue) = 203+166+168=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6A8 is #345957. Grayscale: #B1B1B1. Windows color (decimal): -3430744 or 11052747. OLE color: 11052747.

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

Color convert

RGB203166168-
CMYK00.180.170.20
HSL356.76º26.24%72.35%-
HSV(B)356.76º18.23%79.61%-
XYZ45.3342.842.92-
YUV177.29122.76146.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=37.80%
G=30.91%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316616800.180.170.20356.7626.2472.35
HexCBA6A801211141651a48
Octal313246250022212454532110
Binary1100101110100110101010000100101000110100101100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6A8; }

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

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

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

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

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

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

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

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