Html Css Color HEX #D69294 Careys Pink

📋 copy color: '#D69294'

red 214 ◦ green 146 ◦ blue 148

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

Shades of Careys Pink #D69294

Tints of Careys Pink #D69294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.74%

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 42.13%
G = 28.74%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D69294 (or 0xD69294) is known color: Careys Pink. HEX triplet: D6, 92 and 94. RGB value is (214,146,148). Sum of RGB (Red+Green+Blue) = 214+146+148=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69294 is #296D6B. Grayscale: #A6A6A6. Windows color (decimal): -2714988 or 9736918. OLE color: 9736918.

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

Color convert

RGB 214 146 148 -
CMYK 0 0.32 0.31 0.16
HSL 358.24º 0.45% 0.71% -
HSV(B) 358.24º 0.32% 0.84% -
XYZ 43.36 36.99 32.87 -
YUV 166.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 214 146 148 0 0.32 0.31 0.16 358.24 0.45 0.71
Hex D6 92 94 0 20 1F 10 166 2D 47
Octal 326 222 224 0 40 37 20 546 55 107
Binary 11010110 10010010 10010100 0 100000 11111 10000 101100110 101101 1000111

Color Harmonies of #D69294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69294

Black with #D69294

Text Example


Text Example

White with #D69294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69294; }

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

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

background-color css

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

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

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

border-color css

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

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

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