Html Css Color HEX #D69598 Careys Pink

📋 copy color: '#D69598'

red 214 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #D69598

Tints of Careys Pink #D69598

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

 GREEN value IS 149 (58.59% from 255) = 28.93%

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

R = 41.55%
G = 28.93%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69598 (or 0xD69598) is known color: Careys Pink. HEX triplet: D6, 95 and 98. RGB value is (214,149,152). Sum of RGB (Red+Green+Blue) = 214+149+152=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D69598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69598 is #296A67. Grayscale: #A8A8A8. Windows color (decimal): -2714216 or 9999830. OLE color: 9999830.

HSL color Cylindrical-coordinate representation of color #D69598: hue angle of 357.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69598 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 152 -
CMYK 0 0.30 0.29 0.16
HSL 357.23º 0.44% 0.71% -
HSV(B) 357.23º 0.3% 0.84% -
XYZ 44.15 38.06 34.72 -
YUV 168.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 214 149 152 0 0.30 0.29 0.16 357.23 0.44 0.71
Hex D6 95 98 0 1E 1D 10 165 2C 47
Octal 326 225 230 0 36 35 20 545 54 107
Binary 11010110 10010101 10011000 0 11110 11101 10000 101100101 101100 1000111

Color Harmonies of #D69598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69598

Black with #D69598

Text Example


Text Example

White with #D69598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69598; }

 p { color: rgb(214,149,152); }

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

background-color css

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

 a { background-color: rgb(214,149,152); }

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

border-color css

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

 span { border-color: rgb(214,149,152); }

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