Html Css Color HEX #D79AB0 Kobi

📋 copy color: '#D79AB0'

red 215 ◦ green 154 ◦ blue 176

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

Shades of Kobi #D79AB0

Tints of Kobi #D79AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.26%

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 39.45%
G = 28.26%
B = 32.29%

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

#D79AB0 (or 0xD79AB0) is known color: Kobi. HEX triplet: D7, 9A and B0. RGB value is (215,154,176). Sum of RGB (Red+Green+Blue) = 215+154+176=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AB0 is #28654F. Grayscale: #AEAEAE. Windows color (decimal): -2647376 or 11573975. OLE color: 11573975.

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

Color convert

RGB 215 154 176 -
CMYK 0 0.28 0.18 0.16
HSL 338.36º 0.43% 0.72% -
HSV(B) 338.36º 0.28% 0.84% -
XYZ 47.42 40.69 46.43 -
YUV 174.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 215 154 176 0 0.28 0.18 0.16 338.36 0.43 0.72
Hex D7 9A B0 0 1C 12 10 152 2B 48
Octal 327 232 260 0 34 22 20 522 53 110
Binary 11010111 10011010 10110000 0 11100 10010 10000 101010010 101011 1001000

Color Harmonies of #D79AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79AB0

Black with #D79AB0

Text Example


Text Example

White with #D79AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79AB0; }

 p { color: rgb(215,154,176); }

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

background-color css

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

 a { background-color: rgb(215,154,176); }

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

border-color css

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

 span { border-color: rgb(215,154,176); }

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