Html Css Color HEX #CDA6AD Careys Pink

📋 copy color: '#CDA6AD'

red 205 ◦ green 166 ◦ blue 173

#CDA6AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #CDA6AD

Tints of Careys Pink #CDA6AD

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

 GREEN value IS 166 (65.23% from 255) = 30.51%

 BLUE value IS 173 (67.97% from 255) = 31.8%

R = 37.68%
G = 30.51%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDA6AD (or 0xCDA6AD) is known color: Careys Pink. HEX triplet: CD, A6 and AD. RGB value is (205,166,173). Sum of RGB (Red+Green+Blue) = 205+166+173=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6AD is #325952. Grayscale: #B2B2B2. Windows color (decimal): -3299667 or 11380429. OLE color: 11380429.

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

Color convert

RGB 205 166 173 -
CMYK 0 0.19 0.16 0.20
HSL 349.23º 0.28% 0.73% -
HSV(B) 349.23º 0.19% 0.8% -
XYZ 46.36 43.27 45.44 -
YUV 178.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 205 166 173 0 0.19 0.16 0.20 349.23 0.28 0.73
Hex CD A6 AD 0 13 10 14 15D 1C 49
Octal 315 246 255 0 23 20 24 535 34 111
Binary 11001101 10100110 10101101 0 10011 10000 10100 101011101 11100 1001001

Color Harmonies of #CDA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6AD

Black with #CDA6AD

Text Example


Text Example

White with #CDA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6AD; }

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

 H1.HeaderClassName
 {
   color: #CDA6AD;
 }
 .AnyTagClassName
 {
   color: #CDA6AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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