Html Css Color HEX #D59BAB Kobi

📋 copy color: '#D59BAB'

red 213 ◦ green 155 ◦ blue 171

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

Shades of Kobi #D59BAB

Tints of Kobi #D59BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.76%

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

R = 39.52%
G = 28.76%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D59BAB (or 0xD59BAB) is known color: Kobi. HEX triplet: D5, 9B and AB. RGB value is (213,155,171). Sum of RGB (Red+Green+Blue) = 213+155+171=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BAB is #2A6454. Grayscale: #AEAEAE. Windows color (decimal): -2778197 or 11246549. OLE color: 11246549.

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

Color convert

RGB 213 155 171 -
CMYK 0 0.27 0.20 0.16
HSL 343.45º 0.41% 0.72% -
HSV(B) 343.45º 0.27% 0.84% -
XYZ 46.51 40.53 43.9 -
YUV 174.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 213 155 171 0 0.27 0.20 0.16 343.45 0.41 0.72
Hex D5 9B AB 0 1B 14 10 157 29 48
Octal 325 233 253 0 33 24 20 527 51 110
Binary 11010101 10011011 10101011 0 11011 10100 10000 101010111 101001 1001000

Color Harmonies of #D59BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BAB

Black with #D59BAB

Text Example


Text Example

White with #D59BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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