Html Css Color HEX #D59EAC Kobi

📋 copy color: '#D59EAC'

red 213 ◦ green 158 ◦ blue 172

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

Shades of Kobi #D59EAC

Tints of Kobi #D59EAC

RGB

 RED value IS 213 (83.59% from 255) = 39.23%

 GREEN value IS 158 (62.11% from 255) = 29.1%

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

R = 39.23%
G = 29.1%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D59EAC (or 0xD59EAC) is known color: Kobi. HEX triplet: D5, 9E and AC. RGB value is (213,158,172). Sum of RGB (Red+Green+Blue) = 213+158+172=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAC is #2A6153. Grayscale: #B0B0B0. Windows color (decimal): -2777428 or 11312853. OLE color: 11312853.

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

Color convert

RGB 213 158 172 -
CMYK 0 0.26 0.19 0.16
HSL 344.73º 0.4% 0.73% -
HSV(B) 344.73º 0.26% 0.84% -
XYZ 47.11 41.58 44.57 -
YUV 176.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 213 158 172 0 0.26 0.19 0.16 344.73 0.4 0.73
Hex D5 9E AC 0 1A 13 10 159 28 49
Octal 325 236 254 0 32 23 20 531 50 111
Binary 11010101 10011110 10101100 0 11010 10011 10000 101011001 101000 1001001

Color Harmonies of #D59EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EAC

Black with #D59EAC

Text Example


Text Example

White with #D59EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EAC; }

 p { color: rgb(213,158,172); }

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

background-color css

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

 a { background-color: rgb(213,158,172); }

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

border-color css

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

 span { border-color: rgb(213,158,172); }

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