Html Css Color HEX #D79DAB Kobi

📋 copy color: '#D79DAB'

red 215 ◦ green 157 ◦ blue 171

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

Shades of Kobi #D79DAB

Tints of Kobi #D79DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.91%

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 39.59%
G = 28.91%
B = 31.49%

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

#D79DAB (or 0xD79DAB) is known color: Kobi. HEX triplet: D7, 9D and AB. RGB value is (215,157,171). Sum of RGB (Red+Green+Blue) = 215+157+171=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DAB is #286254. Grayscale: #AFAFAF. Windows color (decimal): -2646613 or 11247063. OLE color: 11247063.

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

Color convert

RGB 215 157 171 -
CMYK 0 0.27 0.20 0.16
HSL 345.52º 0.42% 0.73% -
HSV(B) 345.52º 0.27% 0.84% -
XYZ 47.43 41.5 44.04 -
YUV 175.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 215 157 171 0 0.27 0.20 0.16 345.52 0.42 0.73
Hex D7 9D AB 0 1B 14 10 15A 2A 49
Octal 327 235 253 0 33 24 20 532 52 111
Binary 11010111 10011101 10101011 0 11011 10100 10000 101011010 101010 1001001

Color Harmonies of #D79DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DAB

Black with #D79DAB

Text Example


Text Example

White with #D79DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DAB; }

 p { color: rgb(215,157,171); }

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

background-color css

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

 a { background-color: rgb(215,157,171); }

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

border-color css

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

 span { border-color: rgb(215,157,171); }

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