Html Css Color HEX #D794B2 Kobi

📋 copy color: '#D794B2'

red 215 ◦ green 148 ◦ blue 178

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

Shades of Kobi #D794B2

Tints of Kobi #D794B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 39.74%
G = 27.36%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D794B2 (or 0xD794B2) is known color: Kobi. HEX triplet: D7, 94 and B2. RGB value is (215,148,178). Sum of RGB (Red+Green+Blue) = 215+148+178=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D794B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794B2 is #286B4D. Grayscale: #ABABAB. Windows color (decimal): -2648910 or 11703511. OLE color: 11703511.

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

Color convert

RGB 215 148 178 -
CMYK 0 0.31 0.17 0.16
HSL 333.13º 0.46% 0.71% -
HSV(B) 333.13º 0.31% 0.84% -
XYZ 46.65 38.84 47.16 -
YUV 171.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 215 148 178 0 0.31 0.17 0.16 333.13 0.46 0.71
Hex D7 94 B2 0 1F 11 10 14D 2E 47
Octal 327 224 262 0 37 21 20 515 56 107
Binary 11010111 10010100 10110010 0 11111 10001 10000 101001101 101110 1000111

Color Harmonies of #D794B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794B2

Black with #D794B2

Text Example


Text Example

White with #D794B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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