Html Css Color HEX #D795AC Kobi

📋 copy color: '#D795AC'

red 215 ◦ green 149 ◦ blue 172

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

Shades of Kobi #D795AC

Tints of Kobi #D795AC

RGB

 RED value IS 215 (84.38% from 255) = 40.11%

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

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

R = 40.11%
G = 27.8%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D795AC (or 0xD795AC) is known color: Kobi. HEX triplet: D7, 95 and AC. RGB value is (215,149,172). Sum of RGB (Red+Green+Blue) = 215+149+172=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D795AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D795AC is #286A53. Grayscale: #ABABAB. Windows color (decimal): -2648660 or 11310551. OLE color: 11310551.

HSL color Cylindrical-coordinate representation of color #D795AC: hue angle of 339.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795AC is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 172 -
CMYK 0 0.31 0.2 0.16
HSL 339.09º 0.45% 0.71% -
HSV(B) 339.09º 0.31% 0.84% -
XYZ 46.22 38.92 44.11 -
YUV 171.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 215 149 172 0 0.31 0.2 0.16 339.09 0.45 0.71
Hex D7 95 AC 0 1F 14 10 153 2D 47
Octal 327 225 254 0 37 24 20 523 55 107
Binary 11010111 10010101 10101100 0 11111 10100 10000 101010011 101101 1000111

Color Harmonies of #D795AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795AC

Black with #D795AC

Text Example


Text Example

White with #D795AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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