Html Css Color HEX #D69899 Careys Pink

📋 copy color: '#D69899'

red 214 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #D69899

Tints of Careys Pink #D69899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.29%

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

R = 41.23%
G = 29.29%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69899 (or 0xD69899) is known color: Careys Pink. HEX triplet: D6, 98 and 99. RGB value is (214,152,153). Sum of RGB (Red+Green+Blue) = 214+152+153=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D69899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69899 is #296766. Grayscale: #AAAAAA. Windows color (decimal): -2713447 or 10066134. OLE color: 10066134.

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

Color convert

RGB 214 152 153 -
CMYK 0 0.29 0.29 0.16
HSL 359.03º 0.43% 0.72% -
HSV(B) 359.03º 0.29% 0.84% -
XYZ 44.71 39.05 35.32 -
YUV 170.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 214 152 153 0 0.29 0.29 0.16 359.03 0.43 0.72
Hex D6 98 99 0 1D 1D 10 167 2B 48
Octal 326 230 231 0 35 35 20 547 53 110
Binary 11010110 10011000 10011001 0 11101 11101 10000 101100111 101011 1001000

Color Harmonies of #D69899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69899

Black with #D69899

Text Example


Text Example

White with #D69899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69899; }

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

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

background-color css

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

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

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

border-color css

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

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

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