Html Css Color HEX #D69799 Careys Pink

📋 copy color: '#D69799'

red 214 ◦ green 151 ◦ blue 153

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

Shades of Careys Pink #D69799

Tints of Careys Pink #D69799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

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

R = 41.31%
G = 29.15%
B = 29.54%

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

#D69799 (or 0xD69799) is known color: Careys Pink. HEX triplet: D6, 97 and 99. RGB value is (214,151,153). Sum of RGB (Red+Green+Blue) = 214+151+153=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D69799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69799 is #296866. Grayscale: #AAAAAA. Windows color (decimal): -2713703 or 10065878. OLE color: 10065878.

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

Color convert

RGB 214 151 153 -
CMYK 0 0.29 0.29 0.16
HSL 358.1º 0.43% 0.72% -
HSV(B) 358.1º 0.29% 0.84% -
XYZ 44.55 38.73 35.26 -
YUV 170.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 214 151 153 0 0.29 0.29 0.16 358.1 0.43 0.72
Hex D6 97 99 0 1D 1D 10 166 2B 48
Octal 326 227 231 0 35 35 20 546 53 110
Binary 11010110 10010111 10011001 0 11101 11101 10000 101100110 101011 1001000

Color Harmonies of #D69799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69799

Black with #D69799

Text Example


Text Example

White with #D69799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69799; }

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

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

background-color css

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

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

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

border-color css

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

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

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