Html Css Color HEX #CDA5AA Careys Pink

📋 copy color: '#CDA5AA'

red 205 ◦ green 165 ◦ blue 170

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

Shades of Careys Pink #CDA5AA

Tints of Careys Pink #CDA5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.56%

 BLUE value IS 170 (66.8% from 255) = 31.48%

R = 37.96%
G = 30.56%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDA5AA (or 0xCDA5AA) is known color: Careys Pink. HEX triplet: CD, A5 and AA. RGB value is (205,165,170). Sum of RGB (Red+Green+Blue) = 205+165+170=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA5AA is #325A55. Grayscale: #B1B1B1. Windows color (decimal): -3299926 or 11183565. OLE color: 11183565.

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

Color convert

RGB 205 165 170 -
CMYK 0 0.20 0.17 0.20
HSL 352.5º 0.29% 0.73% -
HSV(B) 352.5º 0.2% 0.8% -
XYZ 45.89 42.79 43.87 -
YUV 177.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 205 165 170 0 0.20 0.17 0.20 352.5 0.29 0.73
Hex CD A5 AA 0 14 11 14 160 1D 49
Octal 315 245 252 0 24 21 24 540 35 111
Binary 11001101 10100101 10101010 0 10100 10001 10100 101100000 11101 1001001

Color Harmonies of #CDA5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5AA

Black with #CDA5AA

Text Example


Text Example

White with #CDA5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5AA; }

 p { color: rgb(205,165,170); }

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

background-color css

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

 a { background-color: rgb(205,165,170); }

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

border-color css

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

 span { border-color: rgb(205,165,170); }

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