Html Css Color HEX #D796AD Kobi

📋 copy color: '#D796AD'

red 215 ◦ green 150 ◦ blue 173

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

Shades of Kobi #D796AD

Tints of Kobi #D796AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.88%

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 39.96%
G = 27.88%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D796AD (or 0xD796AD) is known color: Kobi. HEX triplet: D7, 96 and AD. RGB value is (215,150,173). Sum of RGB (Red+Green+Blue) = 215+150+173=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D796AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796AD is #286952. Grayscale: #ACACAC. Windows color (decimal): -2648403 or 11376343. OLE color: 11376343.

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

Color convert

RGB 215 150 173 -
CMYK 0 0.30 0.20 0.16
HSL 338.77º 0.45% 0.72% -
HSV(B) 338.77º 0.3% 0.84% -
XYZ 46.47 39.28 44.67 -
YUV 172.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 215 150 173 0 0.30 0.20 0.16 338.77 0.45 0.72
Hex D7 96 AD 0 1E 14 10 153 2D 48
Octal 327 226 255 0 36 24 20 523 55 110
Binary 11010111 10010110 10101101 0 11110 10100 10000 101010011 101101 1001000

Color Harmonies of #D796AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796AD

Black with #D796AD

Text Example


Text Example

White with #D796AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796AD; }

 p { color: rgb(215,150,173); }

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

background-color css

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

 a { background-color: rgb(215,150,173); }

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

border-color css

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

 span { border-color: rgb(215,150,173); }

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