Html Css Color HEX #D09093 Careys Pink

📋 copy color: '#D09093'

red 208 ◦ green 144 ◦ blue 147

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

Shades of Careys Pink #D09093

Tints of Careys Pink #D09093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

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

R = 41.68%
G = 28.86%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D09093 (or 0xD09093) is known color: Careys Pink. HEX triplet: D0, 90 and 93. RGB value is (208,144,147). Sum of RGB (Red+Green+Blue) = 208+144+147=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09093 is #2F6F6C. Grayscale: #A3A3A3. Windows color (decimal): -3108717 or 9670864. OLE color: 9670864.

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

Color convert

RGB 208 144 147 -
CMYK 0 0.31 0.29 0.18
HSL 357.19º 0.41% 0.69% -
HSV(B) 357.19º 0.31% 0.82% -
XYZ 41.25 35.46 32.27 -
YUV 163.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 208 144 147 0 0.31 0.29 0.18 357.19 0.41 0.69
Hex D0 90 93 0 1F 1D 12 165 29 45
Octal 320 220 223 0 37 35 22 545 51 105
Binary 11010000 10010000 10010011 0 11111 11101 10010 101100101 101001 1000101

Color Harmonies of #D09093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09093

Black with #D09093

Text Example


Text Example

White with #D09093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09093; }

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

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

background-color css

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

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

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

border-color css

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

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

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