Html Css Color HEX #D79BB1 Kobi

📋 copy color: '#D79BB1'

red 215 ◦ green 155 ◦ blue 177

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

Shades of Kobi #D79BB1

Tints of Kobi #D79BB1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 39.31%
G = 28.34%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D79BB1 (or 0xD79BB1) is known color: Kobi. HEX triplet: D7, 9B and B1. RGB value is (215,155,177). Sum of RGB (Red+Green+Blue) = 215+155+177=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BB1 is #28644E. Grayscale: #AFAFAF. Windows color (decimal): -2647119 or 11639767. OLE color: 11639767.

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

Color convert

RGB 215 155 177 -
CMYK 0 0.28 0.18 0.16
HSL 338º 0.43% 0.73% -
HSV(B) 338º 0.28% 0.84% -
XYZ 47.68 41.06 47.01 -
YUV 175.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 215 155 177 0 0.28 0.18 0.16 338 0.43 0.73
Hex D7 9B B1 0 1C 12 10 152 2B 49
Octal 327 233 261 0 34 22 20 522 53 111
Binary 11010111 10011011 10110001 0 11100 10010 10000 101010010 101011 1001001

Color Harmonies of #D79BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79BB1

Black with #D79BB1

Text Example


Text Example

White with #D79BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79BB1; }

 p { color: rgb(215,155,177); }

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

background-color css

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

 a { background-color: rgb(215,155,177); }

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

border-color css

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

 span { border-color: rgb(215,155,177); }

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