Html Css Color HEX #D4A2A5 Careys Pink

📋 copy color: '#D4A2A5'

red 212 ◦ green 162 ◦ blue 165

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

Shades of Careys Pink #D4A2A5

Tints of Careys Pink #D4A2A5

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

 GREEN value IS 162 (63.67% from 255) = 30.06%

 BLUE value IS 165 (64.84% from 255) = 30.61%

R = 39.33%
G = 30.06%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D4A2A5 (or 0xD4A2A5) is known color: Careys Pink. HEX triplet: D4, A2 and A5. RGB value is (212,162,165). Sum of RGB (Red+Green+Blue) = 212+162+165=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2A5 is #2B5D5A. Grayscale: #B1B1B1. Windows color (decimal): -2841947 or 10855124. OLE color: 10855124.

HSL color Cylindrical-coordinate representation of color #D4A2A5: hue angle of 356.4º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2A5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 165 -
CMYK 0 0.24 0.22 0.17
HSL 356.4º 0.37% 0.73% -
HSV(B) 356.4º 0.24% 0.83% -
XYZ 46.86 42.55 41.34 -
YUV 177.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 212 162 165 0 0.24 0.22 0.17 356.4 0.37 0.73
Hex D4 A2 A5 0 18 16 11 164 25 49
Octal 324 242 245 0 30 26 21 544 45 111
Binary 11010100 10100010 10100101 0 11000 10110 10001 101100100 100101 1001001

Color Harmonies of #D4A2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2A5

Black with #D4A2A5

Text Example


Text Example

White with #D4A2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2A5; }

 p { color: rgb(212,162,165); }

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

background-color css

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

 a { background-color: rgb(212,162,165); }

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

border-color css

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

 span { border-color: rgb(212,162,165); }

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