Html Css Color HEX #D69497 Careys Pink

📋 copy color: '#D69497'

red 214 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #D69497

Tints of Careys Pink #D69497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.43%

R = 41.72%
G = 28.85%
B = 29.43%

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

#D69497 (or 0xD69497) is known color: Careys Pink. HEX triplet: D6, 94 and 97. RGB value is (214,148,151). Sum of RGB (Red+Green+Blue) = 214+148+151=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69497 is #296B68. Grayscale: #A8A8A8. Windows color (decimal): -2714473 or 9934038. OLE color: 9934038.

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

Color convert

RGB 214 148 151 -
CMYK 0 0.31 0.29 0.16
HSL 357.27º 0.45% 0.71% -
HSV(B) 357.27º 0.31% 0.84% -
XYZ 43.91 37.71 34.24 -
YUV 168.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 214 148 151 0 0.31 0.29 0.16 357.27 0.45 0.71
Hex D6 94 97 0 1F 1D 10 165 2D 47
Octal 326 224 227 0 37 35 20 545 55 107
Binary 11010110 10010100 10010111 0 11111 11101 10000 101100101 101101 1000111

Color Harmonies of #D69497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69497

Black with #D69497

Text Example


Text Example

White with #D69497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69497; }

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

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

background-color css

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

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

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

border-color css

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

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

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