Html Css Color HEX #D698A0 Careys Pink

📋 copy color: '#D698A0'

red 214 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #D698A0

Tints of Careys Pink #D698A0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 160 (62.89% from 255) = 30.42%

R = 40.68%
G = 28.9%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D698A0 (or 0xD698A0) is known color: Careys Pink. HEX triplet: D6, 98 and A0. RGB value is (214,152,160). Sum of RGB (Red+Green+Blue) = 214+152+160=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A0 is #29675F. Grayscale: #ABABAB. Windows color (decimal): -2713440 or 10524886. OLE color: 10524886.

HSL color Cylindrical-coordinate representation of color #D698A0: hue angle of 352.26º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698A0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 160 -
CMYK 0 0.29 0.25 0.16
HSL 352.26º 0.43% 0.72% -
HSV(B) 352.26º 0.29% 0.84% -
XYZ 45.3 39.29 38.45 -
YUV 171.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 214 152 160 0 0.29 0.25 0.16 352.26 0.43 0.72
Hex D6 98 A0 0 1D 19 10 160 2B 48
Octal 326 230 240 0 35 31 20 540 53 110
Binary 11010110 10011000 10100000 0 11101 11001 10000 101100000 101011 1001000

Color Harmonies of #D698A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698A0

Black with #D698A0

Text Example


Text Example

White with #D698A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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