Html Css Color HEX #D499A9 Kobi

📋 copy color: '#D499A9'

red 212 ◦ green 153 ◦ blue 169

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

Shades of Kobi #D499A9

Tints of Kobi #D499A9

RGB

 RED value IS 212 (83.2% from 255) = 39.7%

 GREEN value IS 153 (60.16% from 255) = 28.65%

 BLUE value IS 169 (66.41% from 255) = 31.65%

R = 39.7%
G = 28.65%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D499A9 (or 0xD499A9) is known color: Kobi. HEX triplet: D4, 99 and A9. RGB value is (212,153,169). Sum of RGB (Red+Green+Blue) = 212+153+169=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D499A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499A9 is #2B6656. Grayscale: #ACACAC. Windows color (decimal): -2844247 or 11114964. OLE color: 11114964.

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

Color convert

RGB 212 153 169 -
CMYK 0 0.28 0.20 0.17
HSL 343.73º 0.41% 0.72% -
HSV(B) 343.73º 0.28% 0.83% -
XYZ 45.7 39.64 42.78 -
YUV 172.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 212 153 169 0 0.28 0.20 0.17 343.73 0.41 0.72
Hex D4 99 A9 0 1C 14 11 158 29 48
Octal 324 231 251 0 34 24 21 530 51 110
Binary 11010100 10011001 10101001 0 11100 10100 10001 101011000 101001 1001000

Color Harmonies of #D499A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499A9

Black with #D499A9

Text Example


Text Example

White with #D499A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499A9; }

 p { color: rgb(212,153,169); }

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

background-color css

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

 a { background-color: rgb(212,153,169); }

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

border-color css

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

 span { border-color: rgb(212,153,169); }

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