Html Css Color HEX #D794AB Kobi

📋 copy color: '#D794AB'

red 215 ◦ green 148 ◦ blue 171

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

Shades of Kobi #D794AB

Tints of Kobi #D794AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 40.26%
G = 27.72%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D794AB (or 0xD794AB) is known color: Kobi. HEX triplet: D7, 94 and AB. RGB value is (215,148,171). Sum of RGB (Red+Green+Blue) = 215+148+171=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D794AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794AB is #286B54. Grayscale: #AAAAAA. Windows color (decimal): -2648917 or 11244759. OLE color: 11244759.

HSL color Cylindrical-coordinate representation of color #D794AB: hue angle of 339.4º degrees, saturation: 0.46, 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 #D794AB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 171 -
CMYK 0 0.31 0.20 0.16
HSL 339.4º 0.46% 0.71% -
HSV(B) 339.4º 0.31% 0.84% -
XYZ 45.96 38.57 43.55 -
YUV 170.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 215 148 171 0 0.31 0.20 0.16 339.4 0.46 0.71
Hex D7 94 AB 0 1F 14 10 153 2E 47
Octal 327 224 253 0 37 24 20 523 56 107
Binary 11010111 10010100 10101011 0 11111 10100 10000 101010011 101110 1000111

Color Harmonies of #D794AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794AB

Black with #D794AB

Text Example


Text Example

White with #D794AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794AB; }

 p { color: rgb(215,148,171); }

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

background-color css

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

 a { background-color: rgb(215,148,171); }

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

border-color css

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

 span { border-color: rgb(215,148,171); }

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