Html Css Color HEX #D29598 Careys Pink

📋 copy color: '#D29598'

red 210 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #D29598

Tints of Careys Pink #D29598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 41.1%
G = 29.16%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29598 (or 0xD29598) is known color: Careys Pink. HEX triplet: D2, 95 and 98. RGB value is (210,149,152). Sum of RGB (Red+Green+Blue) = 210+149+152=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29598 is #2D6A67. Grayscale: #A7A7A7. Windows color (decimal): -2976360 or 9999826. OLE color: 9999826.

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

Color convert

RGB 210 149 152 -
CMYK 0 0.29 0.28 0.18
HSL 357.05º 0.4% 0.7% -
HSV(B) 357.05º 0.29% 0.82% -
XYZ 42.99 37.46 34.67 -
YUV 167.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 210 149 152 0 0.29 0.28 0.18 357.05 0.4 0.7
Hex D2 95 98 0 1D 1C 12 165 28 46
Octal 322 225 230 0 35 34 22 545 50 106
Binary 11010010 10010101 10011000 0 11101 11100 10010 101100101 101000 1000110

Color Harmonies of #D29598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29598

Black with #D29598

Text Example


Text Example

White with #D29598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29598; }

 p { color: rgb(210,149,152); }

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

background-color css

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

 a { background-color: rgb(210,149,152); }

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

border-color css

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

 span { border-color: rgb(210,149,152); }

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