#CDA6AF

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

Shades of Careys Pink #CDA6AF

Tints of Careys Pink #CDA6AF

Color information

#CDA6AF (or 0xCDA6AF) is unknown color: approx Careys Pink. HEX triplet: CD, A6 and AF. RGB value is (205,166,175). Sum of RGB (Red+Green+Blue) = 205+166+175=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6AF is #325950. Grayscale: #B2B2B2. Windows color (decimal): -3299665 or 11511501. OLE color: 11511501.

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

Color convert

RGB205166175-
CMYK00.190.150.20
HSL346.15º28.06%72.75%-
HSV(B)346.15º19.02%80.39%-
XYZ46.5543.3546.47-
YUV178.69125.92146.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=37.55%
G=30.40%
B=32.05%

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
Decimal20516617500.190.150.20346.1528.0672.75
HexCDA6AF013F1415a1c49
Octal315246257023172453234111
Binary110011011010011010101111010011111110100101011010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6AF; }

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

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

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

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

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

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

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

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