Html Css Color HEX #D59CAB Kobi

📋 copy color: '#D59CAB'

red 213 ◦ green 156 ◦ blue 171

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

Shades of Kobi #D59CAB

Tints of Kobi #D59CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.89%

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

R = 39.44%
G = 28.89%
B = 31.67%

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

#D59CAB (or 0xD59CAB) is known color: Kobi. HEX triplet: D5, 9C and AB. RGB value is (213,156,171). Sum of RGB (Red+Green+Blue) = 213+156+171=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAB is #2A6354. Grayscale: #AEAEAE. Windows color (decimal): -2777941 or 11246805. OLE color: 11246805.

HSL color Cylindrical-coordinate representation of color #D59CAB: hue angle of 344.21º degrees, saturation: 0.4, 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 #D59CAB is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 171 -
CMYK 0 0.27 0.20 0.16
HSL 344.21º 0.4% 0.72% -
HSV(B) 344.21º 0.27% 0.84% -
XYZ 46.68 40.86 43.96 -
YUV 174.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 213 156 171 0 0.27 0.20 0.16 344.21 0.4 0.72
Hex D5 9C AB 0 1B 14 10 158 28 48
Octal 325 234 253 0 33 24 20 530 50 110
Binary 11010101 10011100 10101011 0 11011 10100 10000 101011000 101000 1001000

Color Harmonies of #D59CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CAB

Black with #D59CAB

Text Example


Text Example

White with #D59CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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