#CDA6AC

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

Shades of Careys Pink #CDA6AC

Tints of Careys Pink #CDA6AC

Color information

#CDA6AC (or 0xCDA6AC) is unknown color: approx Careys Pink. HEX triplet: CD, A6 and AC. RGB value is (205,166,172). Sum of RGB (Red+Green+Blue) = 205+166+172=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6AC is #325953. Grayscale: #B2B2B2. Windows color (decimal): -3299668 or 11314893. OLE color: 11314893.

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

Color convert

RGB205166172-
CMYK00.190.160.20
HSL350.77º28.06%72.75%-
HSV(B)350.77º19.02%80.39%-
XYZ46.2643.2344.94-
YUV178.34124.42147.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=37.75%
G=30.57%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516617200.190.160.20350.7728.0672.75
HexCDA6AC013101415f1c49
Octal315246254023202453734111
Binary1100110110100110101011000100111000010100101011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6AC; }

 p { color: rgb(205,166,172); }

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

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

 a { background-color: rgb(205,166,172); }

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

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

 span { border-color: rgb(205,166,172); }

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