Html Css Color HEX #D793A5 Kobi

📋 copy color: '#D793A5'

red 215 ◦ green 147 ◦ blue 165

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

Shades of Kobi #D793A5

Tints of Kobi #D793A5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 40.8%
G = 27.89%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D793A5 (or 0xD793A5) is known color: Kobi. HEX triplet: D7, 93 and A5. RGB value is (215,147,165). Sum of RGB (Red+Green+Blue) = 215+147+165=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D793A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793A5 is #286C5A. Grayscale: #A9A9A9. Windows color (decimal): -2649179 or 10851287. OLE color: 10851287.

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

Color convert

RGB 215 147 165 -
CMYK 0 0.32 0.23 0.16
HSL 344.12º 0.46% 0.71% -
HSV(B) 344.12º 0.32% 0.84% -
XYZ 45.25 38.03 40.55 -
YUV 169.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 215 147 165 0 0.32 0.23 0.16 344.12 0.46 0.71
Hex D7 93 A5 0 20 17 10 158 2E 47
Octal 327 223 245 0 40 27 20 530 56 107
Binary 11010111 10010011 10100101 0 100000 10111 10000 101011000 101110 1000111

Color Harmonies of #D793A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D793A5

Black with #D793A5

Text Example


Text Example

White with #D793A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D793A5; }

 p { color: rgb(215,147,165); }

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

background-color css

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

 a { background-color: rgb(215,147,165); }

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

border-color css

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

 span { border-color: rgb(215,147,165); }

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