Html Css Color HEX #D78AAB Kobi

📋 copy color: '#D78AAB'

red 215 ◦ green 138 ◦ blue 171

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

Shades of Kobi #D78AAB

Tints of Kobi #D78AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.34%

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

R = 41.03%
G = 26.34%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D78AAB (or 0xD78AAB) is known color: Kobi. HEX triplet: D7, 8A and AB. RGB value is (215,138,171). Sum of RGB (Red+Green+Blue) = 215+138+171=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78AAB is #287554. Grayscale: #A4A4A4. Windows color (decimal): -2651477 or 11242199. OLE color: 11242199.

HSL color Cylindrical-coordinate representation of color #D78AAB: hue angle of 334.29º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AAB is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 138 171 -
CMYK 0 0.36 0.20 0.16
HSL 334.29º 0.49% 0.69% -
HSV(B) 334.29º 0.36% 0.84% -
XYZ 44.46 35.56 43.05 -
YUV 164.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 215 138 171 0 0.36 0.20 0.16 334.29 0.49 0.69
Hex D7 8A AB 0 24 14 10 14E 31 45
Octal 327 212 253 0 44 24 20 516 61 105
Binary 11010111 10001010 10101011 0 100100 10100 10000 101001110 110001 1000101

Color Harmonies of #D78AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AAB

Black with #D78AAB

Text Example


Text Example

White with #D78AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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