Html Css Color HEX #D09296 Careys Pink

📋 copy color: '#D09296'

red 208 ◦ green 146 ◦ blue 150

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

Shades of Careys Pink #D09296

Tints of Careys Pink #D09296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 41.27%
G = 28.97%
B = 29.76%

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

#D09296 (or 0xD09296) is known color: Careys Pink. HEX triplet: D0, 92 and 96. RGB value is (208,146,150). Sum of RGB (Red+Green+Blue) = 208+146+150=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09296 is #2F6D69. Grayscale: #A5A5A5. Windows color (decimal): -3108202 or 9867984. OLE color: 9867984.

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

Color convert

RGB 208 146 150 -
CMYK 0 0.30 0.28 0.18
HSL 356.13º 0.4% 0.69% -
HSV(B) 356.13º 0.3% 0.82% -
XYZ 41.8 36.17 33.63 -
YUV 164.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 208 146 150 0 0.30 0.28 0.18 356.13 0.4 0.69
Hex D0 92 96 0 1E 1C 12 164 28 45
Octal 320 222 226 0 36 34 22 544 50 105
Binary 11010000 10010010 10010110 0 11110 11100 10010 101100100 101000 1000101

Color Harmonies of #D09296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09296

Black with #D09296

Text Example


Text Example

White with #D09296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09296; }

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

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

background-color css

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

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

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

border-color css

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

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

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