Html Css Color HEX #D78CAC Kobi

📋 copy color: '#D78CAC'

red 215 ◦ green 140 ◦ blue 172

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

Shades of Kobi #D78CAC

Tints of Kobi #D78CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 40.8%
G = 26.57%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D78CAC (or 0xD78CAC) is known color: Kobi. HEX triplet: D7, 8C and AC. RGB value is (215,140,172). Sum of RGB (Red+Green+Blue) = 215+140+172=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CAC is #287353. Grayscale: #A6A6A6. Windows color (decimal): -2650964 or 11308247. OLE color: 11308247.

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

Color convert

RGB 215 140 172 -
CMYK 0 0.35 0.2 0.16
HSL 334.4º 0.48% 0.7% -
HSV(B) 334.4º 0.35% 0.84% -
XYZ 44.85 36.18 43.65 -
YUV 166.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 215 140 172 0 0.35 0.2 0.16 334.4 0.48 0.7
Hex D7 8C AC 0 23 14 10 14E 30 46
Octal 327 214 254 0 43 24 20 516 60 106
Binary 11010111 10001100 10101100 0 100011 10100 10000 101001110 110000 1000110

Color Harmonies of #D78CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CAC

Black with #D78CAC

Text Example


Text Example

White with #D78CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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