Html Css Color HEX #D58EAB Kobi

📋 copy color: '#D58EAB'

red 213 ◦ green 142 ◦ blue 171

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

Shades of Kobi #D58EAB

Tints of Kobi #D58EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27%

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

R = 40.49%
G = 27%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D58EAB (or 0xD58EAB) is known color: Kobi. HEX triplet: D5, 8E and AB. RGB value is (213,142,171). Sum of RGB (Red+Green+Blue) = 213+142+171=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58EAB is #2A7154. Grayscale: #A6A6A6. Windows color (decimal): -2781525 or 11243221. OLE color: 11243221.

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

Color convert

RGB 213 142 171 -
CMYK 0 0.33 0.20 0.16
HSL 335.49º 0.46% 0.7% -
HSV(B) 335.49º 0.33% 0.84% -
XYZ 44.46 36.43 43.22 -
YUV 166.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 213 142 171 0 0.33 0.20 0.16 335.49 0.46 0.7
Hex D5 8E AB 0 21 14 10 14F 2E 46
Octal 325 216 253 0 41 24 20 517 56 106
Binary 11010101 10001110 10101011 0 100001 10100 10000 101001111 101110 1000110

Color Harmonies of #D58EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EAB

Black with #D58EAB

Text Example


Text Example

White with #D58EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EAB; }

 p { color: rgb(213,142,171); }

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

background-color css

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

 a { background-color: rgb(213,142,171); }

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

border-color css

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

 span { border-color: rgb(213,142,171); }

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