Html Css Color HEX #D09293 Careys Pink

📋 copy color: '#D09293'

red 208 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #D09293

Tints of Careys Pink #D09293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 41.52%
G = 29.14%
B = 29.34%

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

#D09293 (or 0xD09293) is known color: Careys Pink. HEX triplet: D0, 92 and 93. RGB value is (208,146,147). Sum of RGB (Red+Green+Blue) = 208+146+147=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09293 is #2F6D6C. Grayscale: #A4A4A4. Windows color (decimal): -3108205 or 9671376. OLE color: 9671376.

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

Color convert

RGB 208 146 147 -
CMYK 0 0.30 0.29 0.18
HSL 359.03º 0.4% 0.69% -
HSV(B) 359.03º 0.3% 0.82% -
XYZ 41.56 36.07 32.38 -
YUV 164.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 208 146 147 0 0.30 0.29 0.18 359.03 0.4 0.69
Hex D0 92 93 0 1E 1D 12 167 28 45
Octal 320 222 223 0 36 35 22 547 50 105
Binary 11010000 10010010 10010011 0 11110 11101 10010 101100111 101000 1000101

Color Harmonies of #D09293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09293

Black with #D09293

Text Example


Text Example

White with #D09293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09293; }

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

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

background-color css

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

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

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

border-color css

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

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

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