Html Css Color HEX #D4A3A4 Careys Pink

📋 copy color: '#D4A3A4'

red 212 ◦ green 163 ◦ blue 164

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

Shades of Careys Pink #D4A3A4

Tints of Careys Pink #D4A3A4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.24%

 BLUE value IS 164 (64.45% from 255) = 30.43%

R = 39.33%
G = 30.24%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D4A3A4 (or 0xD4A3A4) is known color: Careys Pink. HEX triplet: D4, A3 and A4. RGB value is (212,163,164). Sum of RGB (Red+Green+Blue) = 212+163+164=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3A4 is #2B5C5B. Grayscale: #B1B1B1. Windows color (decimal): -2841692 or 10789844. OLE color: 10789844.

HSL color Cylindrical-coordinate representation of color #D4A3A4: hue angle of 358.78º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3A4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 164 -
CMYK 0 0.23 0.23 0.17
HSL 358.78º 0.36% 0.74% -
HSV(B) 358.78º 0.23% 0.83% -
XYZ 46.95 42.87 40.92 -
YUV 177.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 212 163 164 0 0.23 0.23 0.17 358.78 0.36 0.74
Hex D4 A3 A4 0 17 17 11 167 24 4A
Octal 324 243 244 0 27 27 21 547 44 112
Binary 11010100 10100011 10100100 0 10111 10111 10001 101100111 100100 1001010

Color Harmonies of #D4A3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3A4

Black with #D4A3A4

Text Example


Text Example

White with #D4A3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3A4; }

 p { color: rgb(212,163,164); }

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

background-color css

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

 a { background-color: rgb(212,163,164); }

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

border-color css

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

 span { border-color: rgb(212,163,164); }

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