Html Css Color HEX #D790A5 Kobi

📋 copy color: '#D790A5'

red 215 ◦ green 144 ◦ blue 165

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

Shades of Kobi #D790A5

Tints of Kobi #D790A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.48%

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

R = 41.03%
G = 27.48%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D790A5 (or 0xD790A5) is known color: Kobi. HEX triplet: D7, 90 and A5. RGB value is (215,144,165). Sum of RGB (Red+Green+Blue) = 215+144+165=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D790A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790A5 is #286F5A. Grayscale: #A7A7A7. Windows color (decimal): -2649947 or 10850519. OLE color: 10850519.

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

Color convert

RGB 215 144 165 -
CMYK 0 0.33 0.23 0.16
HSL 342.25º 0.47% 0.7% -
HSV(B) 342.25º 0.33% 0.84% -
XYZ 44.79 37.11 40.4 -
YUV 167.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 215 144 165 0 0.33 0.23 0.16 342.25 0.47 0.7
Hex D7 90 A5 0 21 17 10 156 2F 46
Octal 327 220 245 0 41 27 20 526 57 106
Binary 11010111 10010000 10100101 0 100001 10111 10000 101010110 101111 1000110

Color Harmonies of #D790A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790A5

Black with #D790A5

Text Example


Text Example

White with #D790A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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