Html Css Color HEX #D59CB3 Kobi

📋 copy color: '#D59CB3'

red 213 ◦ green 156 ◦ blue 179

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

Shades of Kobi #D59CB3

Tints of Kobi #D59CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 38.87%
G = 28.47%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D59CB3 (or 0xD59CB3) is known color: Kobi. HEX triplet: D5, 9C and B3. RGB value is (213,156,179). Sum of RGB (Red+Green+Blue) = 213+156+179=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CB3 is #2A634C. Grayscale: #AFAFAF. Windows color (decimal): -2777933 or 11771093. OLE color: 11771093.

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

Color convert

RGB 213 156 179 -
CMYK 0 0.27 0.16 0.16
HSL 335.79º 0.4% 0.72% -
HSV(B) 335.79º 0.27% 0.84% -
XYZ 47.47 41.18 48.09 -
YUV 175.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 213 156 179 0 0.27 0.16 0.16 335.79 0.4 0.72
Hex D5 9C B3 0 1B 10 10 150 28 48
Octal 325 234 263 0 33 20 20 520 50 110
Binary 11010101 10011100 10110011 0 11011 10000 10000 101010000 101000 1001000

Color Harmonies of #D59CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CB3

Black with #D59CB3

Text Example


Text Example

White with #D59CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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