Html Css Color HEX #D79EAA Kobi

📋 copy color: '#D79EAA'

red 215 ◦ green 158 ◦ blue 170

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

Shades of Kobi #D79EAA

Tints of Kobi #D79EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.31%

R = 39.59%
G = 29.1%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D79EAA (or 0xD79EAA) is known color: Kobi. HEX triplet: D7, 9E and AA. RGB value is (215,158,170). Sum of RGB (Red+Green+Blue) = 215+158+170=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EAA is #286155. Grayscale: #B0B0B0. Windows color (decimal): -2646358 or 11181783. OLE color: 11181783.

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

Color convert

RGB 215 158 170 -
CMYK 0 0.27 0.21 0.16
HSL 347.37º 0.42% 0.73% -
HSV(B) 347.37º 0.27% 0.84% -
XYZ 47.51 41.8 43.6 -
YUV 176.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 215 158 170 0 0.27 0.21 0.16 347.37 0.42 0.73
Hex D7 9E AA 0 1B 15 10 15B 2A 49
Octal 327 236 252 0 33 25 20 533 52 111
Binary 11010111 10011110 10101010 0 11011 10101 10000 101011011 101010 1001001

Color Harmonies of #D79EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79EAA

Black with #D79EAA

Text Example


Text Example

White with #D79EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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