Html Css Color HEX #D59CAD Kobi

📋 copy color: '#D59CAD'

red 213 ◦ green 156 ◦ blue 173

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

Shades of Kobi #D59CAD

Tints of Kobi #D59CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 39.3%
G = 28.78%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D59CAD (or 0xD59CAD) is known color: Kobi. HEX triplet: D5, 9C and AD. RGB value is (213,156,173). Sum of RGB (Red+Green+Blue) = 213+156+173=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAD is #2A6352. Grayscale: #AEAEAE. Windows color (decimal): -2777939 or 11377877. OLE color: 11377877.

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

Color convert

RGB 213 156 173 -
CMYK 0 0.27 0.19 0.16
HSL 342.11º 0.4% 0.72% -
HSV(B) 342.11º 0.27% 0.84% -
XYZ 46.87 40.94 44.97 -
YUV 174.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 213 156 173 0 0.27 0.19 0.16 342.11 0.4 0.72
Hex D5 9C AD 0 1B 13 10 156 28 48
Octal 325 234 255 0 33 23 20 526 50 110
Binary 11010101 10011100 10101101 0 11011 10011 10000 101010110 101000 1001000

Color Harmonies of #D59CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CAD

Black with #D59CAD

Text Example


Text Example

White with #D59CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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