Html Css Color HEX #D79FAE Kobi

📋 copy color: '#D79FAE'

red 215 ◦ green 159 ◦ blue 174

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

Shades of Kobi #D79FAE

Tints of Kobi #D79FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.01%

 BLUE value IS 174 (68.36% from 255) = 31.75%

R = 39.23%
G = 29.01%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D79FAE (or 0xD79FAE) is known color: Kobi. HEX triplet: D7, 9F and AE. RGB value is (215,159,174). Sum of RGB (Red+Green+Blue) = 215+159+174=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79FAE is #286051. Grayscale: #B1B1B1. Windows color (decimal): -2646098 or 11444183. OLE color: 11444183.

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

Color convert

RGB 215 159 174 -
CMYK 0 0.26 0.19 0.16
HSL 343.93º 0.41% 0.73% -
HSV(B) 343.93º 0.26% 0.84% -
XYZ 48.06 42.3 45.68 -
YUV 177.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 215 159 174 0 0.26 0.19 0.16 343.93 0.41 0.73
Hex D7 9F AE 0 1A 13 10 158 29 49
Octal 327 237 256 0 32 23 20 530 51 111
Binary 11010111 10011111 10101110 0 11010 10011 10000 101011000 101001 1001001

Color Harmonies of #D79FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FAE

Black with #D79FAE

Text Example


Text Example

White with #D79FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FAE; }

 p { color: rgb(215,159,174); }

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

background-color css

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

 a { background-color: rgb(215,159,174); }

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

border-color css

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

 span { border-color: rgb(215,159,174); }

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