Html Css Color HEX #D78CA7 Kobi

📋 copy color: '#D78CA7'

red 215 ◦ green 140 ◦ blue 167

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

Shades of Kobi #D78CA7

Tints of Kobi #D78CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 41.19%
G = 26.82%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D78CA7 (or 0xD78CA7) is known color: Kobi. HEX triplet: D7, 8C and A7. RGB value is (215,140,167). Sum of RGB (Red+Green+Blue) = 215+140+167=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CA7 is #287358. Grayscale: #A5A5A5. Windows color (decimal): -2650969 or 10980567. OLE color: 10980567.

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

Color convert

RGB 215 140 167 -
CMYK 0 0.35 0.22 0.16
HSL 338.4º 0.48% 0.7% -
HSV(B) 338.4º 0.35% 0.84% -
XYZ 44.38 35.99 41.17 -
YUV 165.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 215 140 167 0 0.35 0.22 0.16 338.4 0.48 0.7
Hex D7 8C A7 0 23 16 10 152 30 46
Octal 327 214 247 0 43 26 20 522 60 106
Binary 11010111 10001100 10100111 0 100011 10110 10000 101010010 110000 1000110

Color Harmonies of #D78CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CA7

Black with #D78CA7

Text Example


Text Example

White with #D78CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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