Html Css Color HEX #D29296 Careys Pink

📋 copy color: '#D29296'

red 210 ◦ green 146 ◦ blue 150

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

Shades of Careys Pink #D29296

Tints of Careys Pink #D29296

RGB

 RED value IS 210 (82.42% from 255) = 41.5%

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 41.5%
G = 28.85%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29296 (or 0xD29296) is known color: Careys Pink. HEX triplet: D2, 92 and 96. RGB value is (210,146,150). Sum of RGB (Red+Green+Blue) = 210+146+150=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29296 is #2D6D69. Grayscale: #A5A5A5. Windows color (decimal): -2977130 or 9867986. OLE color: 9867986.

HSL color Cylindrical-coordinate representation of color #D29296: hue angle of 356.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29296 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 146 150 -
CMYK 0 0.30 0.29 0.18
HSL 356.25º 0.42% 0.7% -
HSV(B) 356.25º 0.3% 0.82% -
XYZ 42.36 36.46 33.66 -
YUV 165.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 210 146 150 0 0.30 0.29 0.18 356.25 0.42 0.7
Hex D2 92 96 0 1E 1D 12 164 2A 46
Octal 322 222 226 0 36 35 22 544 52 106
Binary 11010010 10010010 10010110 0 11110 11101 10010 101100100 101010 1000110

Color Harmonies of #D29296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29296

Black with #D29296

Text Example


Text Example

White with #D29296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29296; }

 p { color: rgb(210,146,150); }

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

background-color css

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

 a { background-color: rgb(210,146,150); }

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

border-color css

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

 span { border-color: rgb(210,146,150); }

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