Html Css Color HEX #D29699 Careys Pink

📋 copy color: '#D29699'

red 210 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #D29699

Tints of Careys Pink #D29699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 40.94%
G = 29.24%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D29699 (or 0xD29699) is known color: Careys Pink. HEX triplet: D2, 96 and 99. RGB value is (210,150,153). Sum of RGB (Red+Green+Blue) = 210+150+153=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29699 is #2D6966. Grayscale: #A8A8A8. Windows color (decimal): -2976103 or 10065618. OLE color: 10065618.

HSL color Cylindrical-coordinate representation of color #D29699: hue angle of 357º 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 #D29699 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 153 -
CMYK 0 0.29 0.27 0.18
HSL 357º 0.4% 0.71% -
HSV(B) 357º 0.29% 0.82% -
XYZ 43.23 37.81 35.16 -
YUV 168.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 210 150 153 0 0.29 0.27 0.18 357 0.4 0.71
Hex D2 96 99 0 1D 1B 12 165 28 47
Octal 322 226 231 0 35 33 22 545 50 107
Binary 11010010 10010110 10011001 0 11101 11011 10010 101100101 101000 1000111

Color Harmonies of #D29699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29699

Black with #D29699

Text Example


Text Example

White with #D29699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29699; }

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

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

background-color css

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

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

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

border-color css

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

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

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