Html Css Color HEX #D79AB4 Kobi

📋 copy color: '#D79AB4'

red 215 ◦ green 154 ◦ blue 180

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

Shades of Kobi #D79AB4

Tints of Kobi #D79AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 39.16%
G = 28.05%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D79AB4 (or 0xD79AB4) is known color: Kobi. HEX triplet: D7, 9A and B4. RGB value is (215,154,180). Sum of RGB (Red+Green+Blue) = 215+154+180=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AB4 is #28654B. Grayscale: #AFAFAF. Windows color (decimal): -2647372 or 11836119. OLE color: 11836119.

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

Color convert

RGB 215 154 180 -
CMYK 0 0.28 0.16 0.16
HSL 334.43º 0.43% 0.72% -
HSV(B) 334.43º 0.28% 0.84% -
XYZ 47.82 40.85 48.55 -
YUV 175.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 215 154 180 0 0.28 0.16 0.16 334.43 0.43 0.72
Hex D7 9A B4 0 1C 10 10 14E 2B 48
Octal 327 232 264 0 34 20 20 516 53 110
Binary 11010111 10011010 10110100 0 11100 10000 10000 101001110 101011 1001000

Color Harmonies of #D79AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79AB4

Black with #D79AB4

Text Example


Text Example

White with #D79AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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