Html Css Color HEX #D29698 Careys Pink

📋 copy color: '#D29698'

red 210 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #D29698

Tints of Careys Pink #D29698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

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

R = 41.02%
G = 29.3%
B = 29.69%

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

#D29698 (or 0xD29698) is known color: Careys Pink. HEX triplet: D2, 96 and 98. RGB value is (210,150,152). Sum of RGB (Red+Green+Blue) = 210+150+152=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29698 is #2D6967. Grayscale: #A8A8A8. Windows color (decimal): -2976104 or 10000082. OLE color: 10000082.

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

Color convert

RGB 210 150 152 -
CMYK 0 0.29 0.28 0.18
HSL 358º 0.4% 0.71% -
HSV(B) 358º 0.29% 0.82% -
XYZ 43.15 37.78 34.72 -
YUV 168.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 210 150 152 0 0.29 0.28 0.18 358 0.4 0.71
Hex D2 96 98 0 1D 1C 12 166 28 47
Octal 322 226 230 0 35 34 22 546 50 107
Binary 11010010 10010110 10011000 0 11101 11100 10010 101100110 101000 1000111

Color Harmonies of #D29698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29698

Black with #D29698

Text Example


Text Example

White with #D29698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29698; }

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

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

background-color css

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

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

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

border-color css

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

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

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