Html Css Color HEX #D69699 Careys Pink

📋 copy color: '#D69699'

red 214 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #D69699

Tints of Careys Pink #D69699

RGB

 RED value IS 214 (83.98% from 255) = 41.39%

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

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

R = 41.39%
G = 29.01%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69699 (or 0xD69699) is known color: Careys Pink. HEX triplet: D6, 96 and 99. RGB value is (214,150,153). Sum of RGB (Red+Green+Blue) = 214+150+153=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69699 is #296966. Grayscale: #A9A9A9. Windows color (decimal): -2713959 or 10065622. OLE color: 10065622.

HSL color Cylindrical-coordinate representation of color #D69699: hue angle of 357.19º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69699 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 153 -
CMYK 0 0.30 0.29 0.16
HSL 357.19º 0.44% 0.71% -
HSV(B) 357.19º 0.3% 0.84% -
XYZ 44.39 38.41 35.21 -
YUV 169.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 214 150 153 0 0.30 0.29 0.16 357.19 0.44 0.71
Hex D6 96 99 0 1E 1D 10 165 2C 47
Octal 326 226 231 0 36 35 20 545 54 107
Binary 11010110 10010110 10011001 0 11110 11101 10000 101100101 101100 1000111

Color Harmonies of #D69699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69699

Black with #D69699

Text Example


Text Example

White with #D69699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69699; }

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

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

background-color css

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

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

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

border-color css

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

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

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