Html Css Color HEX #D794A6 Kobi

📋 copy color: '#D794A6'

red 215 ◦ green 148 ◦ blue 166

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

Shades of Kobi #D794A6

Tints of Kobi #D794A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 40.64%
G = 27.98%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D794A6 (or 0xD794A6) is known color: Kobi. HEX triplet: D7, 94 and A6. RGB value is (215,148,166). Sum of RGB (Red+Green+Blue) = 215+148+166=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D794A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794A6 is #286B59. Grayscale: #AAAAAA. Windows color (decimal): -2648922 or 10917079. OLE color: 10917079.

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

Color convert

RGB 215 148 166 -
CMYK 0 0.31 0.23 0.16
HSL 343.88º 0.46% 0.71% -
HSV(B) 343.88º 0.31% 0.84% -
XYZ 45.5 38.38 41.09 -
YUV 170.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 215 148 166 0 0.31 0.23 0.16 343.88 0.46 0.71
Hex D7 94 A6 0 1F 17 10 158 2E 47
Octal 327 224 246 0 37 27 20 530 56 107
Binary 11010111 10010100 10100110 0 11111 10111 10000 101011000 101110 1000111

Color Harmonies of #D794A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794A6

Black with #D794A6

Text Example


Text Example

White with #D794A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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