Html Css Color HEX #D4A2A7 Careys Pink

📋 copy color: '#D4A2A7'

red 212 ◦ green 162 ◦ blue 167

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

Shades of Careys Pink #D4A2A7

Tints of Careys Pink #D4A2A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.87%

R = 39.19%
G = 29.94%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D4A2A7 (or 0xD4A2A7) is known color: Careys Pink. HEX triplet: D4, A2 and A7. RGB value is (212,162,167). Sum of RGB (Red+Green+Blue) = 212+162+167=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2A7 is #2B5D58. Grayscale: #B1B1B1. Windows color (decimal): -2841945 or 10986196. OLE color: 10986196.

HSL color Cylindrical-coordinate representation of color #D4A2A7: hue angle of 354º 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 #D4A2A7 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 167 -
CMYK 0 0.24 0.21 0.17
HSL 354º 0.37% 0.73% -
HSV(B) 354º 0.24% 0.83% -
XYZ 47.05 42.63 42.31 -
YUV 177.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 212 162 167 0 0.24 0.21 0.17 354 0.37 0.73
Hex D4 A2 A7 0 18 15 11 162 25 49
Octal 324 242 247 0 30 25 21 542 45 111
Binary 11010100 10100010 10100111 0 11000 10101 10001 101100010 100101 1001001

Color Harmonies of #D4A2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2A7

Black with #D4A2A7

Text Example


Text Example

White with #D4A2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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