Html Css Color HEX #D59CB0 Kobi

📋 copy color: '#D59CB0'

red 213 ◦ green 156 ◦ blue 176

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

Shades of Kobi #D59CB0

Tints of Kobi #D59CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 39.08%
G = 28.62%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D59CB0 (or 0xD59CB0) is known color: Kobi. HEX triplet: D5, 9C and B0. RGB value is (213,156,176). Sum of RGB (Red+Green+Blue) = 213+156+176=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CB0 is #2A634F. Grayscale: #AFAFAF. Windows color (decimal): -2777936 or 11574485. OLE color: 11574485.

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

Color convert

RGB 213 156 176 -
CMYK 0 0.27 0.17 0.16
HSL 338.95º 0.4% 0.72% -
HSV(B) 338.95º 0.27% 0.84% -
XYZ 47.17 41.06 46.51 -
YUV 175.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 213 156 176 0 0.27 0.17 0.16 338.95 0.4 0.72
Hex D5 9C B0 0 1B 11 10 153 28 48
Octal 325 234 260 0 33 21 20 523 50 110
Binary 11010101 10011100 10110000 0 11011 10001 10000 101010011 101000 1001000

Color Harmonies of #D59CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CB0

Black with #D59CB0

Text Example


Text Example

White with #D59CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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