Html Css Color HEX #D595AC Kobi

📋 copy color: '#D595AC'

red 213 ◦ green 149 ◦ blue 172

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

Shades of Kobi #D595AC

Tints of Kobi #D595AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

 BLUE value IS 172 (67.58% from 255) = 32.21%

R = 39.89%
G = 27.9%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D595AC (or 0xD595AC) is known color: Kobi. HEX triplet: D5, 95 and AC. RGB value is (213,149,172). Sum of RGB (Red+Green+Blue) = 213+149+172=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AC is #2A6A53. Grayscale: #AAAAAA. Windows color (decimal): -2779732 or 11310549. OLE color: 11310549.

HSL color Cylindrical-coordinate representation of color #D595AC: hue angle of 338.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595AC is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 172 -
CMYK 0 0.30 0.19 0.16
HSL 338.44º 0.43% 0.71% -
HSV(B) 338.44º 0.3% 0.84% -
XYZ 45.63 38.62 44.08 -
YUV 170.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 213 149 172 0 0.30 0.19 0.16 338.44 0.43 0.71
Hex D5 95 AC 0 1E 13 10 152 2B 47
Octal 325 225 254 0 36 23 20 522 53 107
Binary 11010101 10010101 10101100 0 11110 10011 10000 101010010 101011 1000111

Color Harmonies of #D595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595AC

Black with #D595AC

Text Example


Text Example

White with #D595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595AC; }

 p { color: rgb(213,149,172); }

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

background-color css

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

 a { background-color: rgb(213,149,172); }

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

border-color css

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

 span { border-color: rgb(213,149,172); }

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