Html Css Color HEX #D39698 Careys Pink

📋 copy color: '#D39698'

red 211 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #D39698

Tints of Careys Pink #D39698

RGB

 RED value IS 211 (82.81% from 255) = 41.13%

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 41.13%
G = 29.24%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D39698 (or 0xD39698) is known color: Careys Pink. HEX triplet: D3, 96 and 98. RGB value is (211,150,152). Sum of RGB (Red+Green+Blue) = 211+150+152=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D39698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39698 is #2C6967. Grayscale: #A8A8A8. Windows color (decimal): -2910568 or 10000083. OLE color: 10000083.

HSL color Cylindrical-coordinate representation of color #D39698: hue angle of 358.03º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39698 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 152 -
CMYK 0 0.29 0.28 0.17
HSL 358.03º 0.41% 0.71% -
HSV(B) 358.03º 0.29% 0.83% -
XYZ 43.44 37.93 34.74 -
YUV 168.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 211 150 152 0 0.29 0.28 0.17 358.03 0.41 0.71
Hex D3 96 98 0 1D 1C 11 166 29 47
Octal 323 226 230 0 35 34 21 546 51 107
Binary 11010011 10010110 10011000 0 11101 11100 10001 101100110 101001 1000111

Color Harmonies of #D39698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39698

Black with #D39698

Text Example


Text Example

White with #D39698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39698; }

 p { color: rgb(211,150,152); }

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

background-color css

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

 a { background-color: rgb(211,150,152); }

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

border-color css

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

 span { border-color: rgb(211,150,152); }

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