Html Css Color HEX #D78CAF Kobi

📋 copy color: '#D78CAF'

red 215 ◦ green 140 ◦ blue 175

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

Shades of Kobi #D78CAF

Tints of Kobi #D78CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 40.57%
G = 26.42%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D78CAF (or 0xD78CAF) is known color: Kobi. HEX triplet: D7, 8C and AF. RGB value is (215,140,175). Sum of RGB (Red+Green+Blue) = 215+140+175=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CAF is #287350. Grayscale: #A6A6A6. Windows color (decimal): -2650961 or 11504855. OLE color: 11504855.

HSL color Cylindrical-coordinate representation of color #D78CAF: hue angle of 332º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78CAF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 140 175 -
CMYK 0 0.35 0.19 0.16
HSL 332º 0.48% 0.7% -
HSV(B) 332º 0.35% 0.84% -
XYZ 45.14 36.3 45.18 -
YUV 166.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 215 140 175 0 0.35 0.19 0.16 332 0.48 0.7
Hex D7 8C AF 0 23 13 10 14C 30 46
Octal 327 214 257 0 43 23 20 514 60 106
Binary 11010111 10001100 10101111 0 100011 10011 10000 101001100 110000 1000110

Color Harmonies of #D78CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CAF

Black with #D78CAF

Text Example


Text Example

White with #D78CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CAF; }

 p { color: rgb(215,140,175); }

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

background-color css

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

 a { background-color: rgb(215,140,175); }

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

border-color css

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

 span { border-color: rgb(215,140,175); }

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