Html Css Color HEX #D79EAD Kobi

📋 copy color: '#D79EAD'

red 215 ◦ green 158 ◦ blue 173

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

Shades of Kobi #D79EAD

Tints of Kobi #D79EAD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.94%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 39.38%
G = 28.94%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D79EAD (or 0xD79EAD) is known color: Kobi. HEX triplet: D7, 9E and AD. RGB value is (215,158,173). Sum of RGB (Red+Green+Blue) = 215+158+173=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EAD is #286152. Grayscale: #B0B0B0. Windows color (decimal): -2646355 or 11378391. OLE color: 11378391.

HSL color Cylindrical-coordinate representation of color #D79EAD: hue angle of 344.21º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EAD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 158 173 -
CMYK 0 0.27 0.20 0.16
HSL 344.21º 0.42% 0.73% -
HSV(B) 344.21º 0.27% 0.84% -
XYZ 47.79 41.92 45.11 -
YUV 176.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 215 158 173 0 0.27 0.20 0.16 344.21 0.42 0.73
Hex D7 9E AD 0 1B 14 10 158 2A 49
Octal 327 236 255 0 33 24 20 530 52 111
Binary 11010111 10011110 10101101 0 11011 10100 10000 101011000 101010 1001001

Color Harmonies of #D79EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79EAD

Black with #D79EAD

Text Example


Text Example

White with #D79EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79EAD; }

 p { color: rgb(215,158,173); }

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

background-color css

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

 a { background-color: rgb(215,158,173); }

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

border-color css

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

 span { border-color: rgb(215,158,173); }

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