Html Css Color HEX #D09295 Careys Pink

📋 copy color: '#D09295'

red 208 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #D09295

Tints of Careys Pink #D09295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 41.35%
G = 29.03%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D09295 (or 0xD09295) is known color: Careys Pink. HEX triplet: D0, 92 and 95. RGB value is (208,146,149). Sum of RGB (Red+Green+Blue) = 208+146+149=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D09295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09295 is #2F6D6A. Grayscale: #A4A4A4. Windows color (decimal): -3108203 or 9802448. OLE color: 9802448.

HSL color Cylindrical-coordinate representation of color #D09295: hue angle of 357.1º 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 #D09295 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 149 -
CMYK 0 0.30 0.28 0.18
HSL 357.1º 0.4% 0.69% -
HSV(B) 357.1º 0.3% 0.82% -
XYZ 41.72 36.14 33.21 -
YUV 164.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 208 146 149 0 0.30 0.28 0.18 357.1 0.4 0.69
Hex D0 92 95 0 1E 1C 12 165 28 45
Octal 320 222 225 0 36 34 22 545 50 105
Binary 11010000 10010010 10010101 0 11110 11100 10010 101100101 101000 1000101

Color Harmonies of #D09295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09295

Black with #D09295

Text Example


Text Example

White with #D09295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09295; }

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

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

background-color css

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

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

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

border-color css

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

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

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