Html Css Color HEX #D59CAA Kobi

📋 copy color: '#D59CAA'

red 213 ◦ green 156 ◦ blue 170

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

Shades of Kobi #D59CAA

Tints of Kobi #D59CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 39.52%
G = 28.94%
B = 31.54%

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

#D59CAA (or 0xD59CAA) is known color: Kobi. HEX triplet: D5, 9C and AA. RGB value is (213,156,170). Sum of RGB (Red+Green+Blue) = 213+156+170=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAA is #2A6355. Grayscale: #AEAEAE. Windows color (decimal): -2777942 or 11181269. OLE color: 11181269.

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

Color convert

RGB 213 156 170 -
CMYK 0 0.27 0.20 0.16
HSL 345.26º 0.4% 0.72% -
HSV(B) 345.26º 0.27% 0.84% -
XYZ 46.58 40.83 43.46 -
YUV 174.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 213 156 170 0 0.27 0.20 0.16 345.26 0.4 0.72
Hex D5 9C AA 0 1B 14 10 159 28 48
Octal 325 234 252 0 33 24 20 531 50 110
Binary 11010101 10011100 10101010 0 11011 10100 10000 101011001 101000 1001000

Color Harmonies of #D59CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CAA

Black with #D59CAA

Text Example


Text Example

White with #D59CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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