Html Css Color HEX #D09294 Careys Pink

📋 copy color: '#D09294'

red 208 ◦ green 146 ◦ blue 148

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

Shades of Careys Pink #D09294

Tints of Careys Pink #D09294

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

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

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

R = 41.43%
G = 29.08%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D09294 (or 0xD09294) is known color: Careys Pink. HEX triplet: D0, 92 and 94. RGB value is (208,146,148). Sum of RGB (Red+Green+Blue) = 208+146+148=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09294 is #2F6D6B. Grayscale: #A4A4A4. Windows color (decimal): -3108204 or 9736912. OLE color: 9736912.

HSL color Cylindrical-coordinate representation of color #D09294: hue angle of 358.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09294 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 148 -
CMYK 0 0.30 0.29 0.18
HSL 358.06º 0.4% 0.69% -
HSV(B) 358.06º 0.3% 0.82% -
XYZ 41.64 36.11 32.79 -
YUV 164.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 208 146 148 0 0.30 0.29 0.18 358.06 0.4 0.69
Hex D0 92 94 0 1E 1D 12 166 28 45
Octal 320 222 224 0 36 35 22 546 50 105
Binary 11010000 10010010 10010100 0 11110 11101 10010 101100110 101000 1000101

Color Harmonies of #D09294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09294

Black with #D09294

Text Example


Text Example

White with #D09294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09294; }

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

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

background-color css

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

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

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

border-color css

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

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

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