Html Css Color HEX #D09092 Careys Pink

📋 copy color: '#D09092'

red 208 ◦ green 144 ◦ blue 146

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

Shades of Careys Pink #D09092

Tints of Careys Pink #D09092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 41.77%
G = 28.92%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09092 (or 0xD09092) is known color: Careys Pink. HEX triplet: D0, 90 and 92. RGB value is (208,144,146). Sum of RGB (Red+Green+Blue) = 208+144+146=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D09092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09092 is #2F6F6D. Grayscale: #A3A3A3. Windows color (decimal): -3108718 or 9605328. OLE color: 9605328.

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

Color convert

RGB 208 144 146 -
CMYK 0 0.31 0.30 0.18
HSL 358.13º 0.41% 0.69% -
HSV(B) 358.13º 0.31% 0.82% -
XYZ 41.17 35.43 31.86 -
YUV 163.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 208 144 146 0 0.31 0.30 0.18 358.13 0.41 0.69
Hex D0 90 92 0 1F 1E 12 166 29 45
Octal 320 220 222 0 37 36 22 546 51 105
Binary 11010000 10010000 10010010 0 11111 11110 10010 101100110 101001 1000101

Color Harmonies of #D09092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09092

Black with #D09092

Text Example


Text Example

White with #D09092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09092; }

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

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

background-color css

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

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

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

border-color css

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

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

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