Html Css Color HEX #D69499 Careys Pink

📋 copy color: '#D69499'

red 214 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #D69499

Tints of Careys Pink #D69499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

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

R = 41.55%
G = 28.74%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69499 (or 0xD69499) is known color: Careys Pink. HEX triplet: D6, 94 and 99. RGB value is (214,148,153). Sum of RGB (Red+Green+Blue) = 214+148+153=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D69499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69499 is #296B66. Grayscale: #A8A8A8. Windows color (decimal): -2714471 or 10065110. OLE color: 10065110.

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

Color convert

RGB 214 148 153 -
CMYK 0 0.31 0.29 0.16
HSL 355.45º 0.45% 0.71% -
HSV(B) 355.45º 0.31% 0.84% -
XYZ 44.07 37.78 35.11 -
YUV 168.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 214 148 153 0 0.31 0.29 0.16 355.45 0.45 0.71
Hex D6 94 99 0 1F 1D 10 163 2D 47
Octal 326 224 231 0 37 35 20 543 55 107
Binary 11010110 10010100 10011001 0 11111 11101 10000 101100011 101101 1000111

Color Harmonies of #D69499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69499

Black with #D69499

Text Example


Text Example

White with #D69499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69499; }

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

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

background-color css

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

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

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

border-color css

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

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

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