Html Css Color HEX #D698A2 Careys Pink

📋 copy color: '#D698A2'

red 214 ◦ green 152 ◦ blue 162

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

Shades of Careys Pink #D698A2

Tints of Careys Pink #D698A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 40.53%
G = 28.79%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D698A2 (or 0xD698A2) is known color: Careys Pink. HEX triplet: D6, 98 and A2. RGB value is (214,152,162). Sum of RGB (Red+Green+Blue) = 214+152+162=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A2 is #29675D. Grayscale: #ABABAB. Windows color (decimal): -2713438 or 10655958. OLE color: 10655958.

HSL color Cylindrical-coordinate representation of color #D698A2: hue angle of 350.32º 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 #D698A2 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 162 -
CMYK 0 0.29 0.24 0.16
HSL 350.32º 0.43% 0.72% -
HSV(B) 350.32º 0.29% 0.84% -
XYZ 45.48 39.36 39.38 -
YUV 171.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 214 152 162 0 0.29 0.24 0.16 350.32 0.43 0.72
Hex D6 98 A2 0 1D 18 10 15E 2B 48
Octal 326 230 242 0 35 30 20 536 53 110
Binary 11010110 10011000 10100010 0 11101 11000 10000 101011110 101011 1001000

Color Harmonies of #D698A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698A2

Black with #D698A2

Text Example


Text Example

White with #D698A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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