Html Css Color HEX #D09398 Careys Pink

📋 copy color: '#D09398'

red 208 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #D09398

Tints of Careys Pink #D09398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 41.03%
G = 28.99%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09398 (or 0xD09398) is known color: Careys Pink. HEX triplet: D0, 93 and 98. RGB value is (208,147,152). Sum of RGB (Red+Green+Blue) = 208+147+152=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D09398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09398 is #2F6C67. Grayscale: #A5A5A5. Windows color (decimal): -3107944 or 9999312. OLE color: 9999312.

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

Color convert

RGB 208 147 152 -
CMYK 0 0.29 0.27 0.18
HSL 355.08º 0.39% 0.7% -
HSV(B) 355.08º 0.29% 0.82% -
XYZ 42.11 36.54 34.54 -
YUV 165.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 208 147 152 0 0.29 0.27 0.18 355.08 0.39 0.7
Hex D0 93 98 0 1D 1B 12 163 27 46
Octal 320 223 230 0 35 33 22 543 47 106
Binary 11010000 10010011 10011000 0 11101 11011 10010 101100011 100111 1000110

Color Harmonies of #D09398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09398

Black with #D09398

Text Example


Text Example

White with #D09398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09398; }

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

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

background-color css

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

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

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

border-color css

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

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

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