Html Css Color HEX #D799A8 Kobi

📋 copy color: '#D799A8'

red 215 ◦ green 153 ◦ blue 168

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

Shades of Kobi #D799A8

Tints of Kobi #D799A8

RGB

 RED value IS 215 (84.38% from 255) = 40.11%

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

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 40.11%
G = 28.54%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D799A8 (or 0xD799A8) is known color: Kobi. HEX triplet: D7, 99 and A8. RGB value is (215,153,168). Sum of RGB (Red+Green+Blue) = 215+153+168=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D799A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799A8 is #286657. Grayscale: #ADADAD. Windows color (decimal): -2647640 or 11049431. OLE color: 11049431.

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

Color convert

RGB 215 153 168 -
CMYK 0 0.29 0.22 0.16
HSL 345.48º 0.44% 0.72% -
HSV(B) 345.48º 0.29% 0.84% -
XYZ 46.48 40.06 42.33 -
YUV 173.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 215 153 168 0 0.29 0.22 0.16 345.48 0.44 0.72
Hex D7 99 A8 0 1D 16 10 159 2C 48
Octal 327 231 250 0 35 26 20 531 54 110
Binary 11010111 10011001 10101000 0 11101 10110 10000 101011001 101100 1001000

Color Harmonies of #D799A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799A8

Black with #D799A8

Text Example


Text Example

White with #D799A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799A8; }

 p { color: rgb(215,153,168); }

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

background-color css

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

 a { background-color: rgb(215,153,168); }

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

border-color css

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

 span { border-color: rgb(215,153,168); }

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