Html Css Color HEX #D58BAB Kobi

📋 copy color: '#D58BAB'

red 213 ◦ green 139 ◦ blue 171

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

Shades of Kobi #D58BAB

Tints of Kobi #D58BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

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

R = 40.73%
G = 26.58%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D58BAB (or 0xD58BAB) is known color: Kobi. HEX triplet: D5, 8B and AB. RGB value is (213,139,171). Sum of RGB (Red+Green+Blue) = 213+139+171=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BAB is #2A7454. Grayscale: #A4A4A4. Windows color (decimal): -2782293 or 11242453. OLE color: 11242453.

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

Color convert

RGB 213 139 171 -
CMYK 0 0.35 0.20 0.16
HSL 334.05º 0.47% 0.69% -
HSV(B) 334.05º 0.35% 0.84% -
XYZ 44.02 35.55 43.07 -
YUV 164.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 213 139 171 0 0.35 0.20 0.16 334.05 0.47 0.69
Hex D5 8B AB 0 23 14 10 14E 2F 45
Octal 325 213 253 0 43 24 20 516 57 105
Binary 11010101 10001011 10101011 0 100011 10100 10000 101001110 101111 1000101

Color Harmonies of #D58BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BAB

Black with #D58BAB

Text Example


Text Example

White with #D58BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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