Html Css Color HEX #D790A6 Kobi

📋 copy color: '#D790A6'

red 215 ◦ green 144 ◦ blue 166

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

Shades of Kobi #D790A6

Tints of Kobi #D790A6

RGB

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

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

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

R = 40.95%
G = 27.43%
B = 31.62%

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

#D790A6 (or 0xD790A6) is known color: Kobi. HEX triplet: D7, 90 and A6. RGB value is (215,144,166). Sum of RGB (Red+Green+Blue) = 215+144+166=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D790A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790A6 is #286F59. Grayscale: #A7A7A7. Windows color (decimal): -2649946 or 10916055. OLE color: 10916055.

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

Color convert

RGB 215 144 166 -
CMYK 0 0.33 0.23 0.16
HSL 341.41º 0.47% 0.7% -
HSV(B) 341.41º 0.33% 0.84% -
XYZ 44.88 37.15 40.88 -
YUV 167.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 215 144 166 0 0.33 0.23 0.16 341.41 0.47 0.7
Hex D7 90 A6 0 21 17 10 155 2F 46
Octal 327 220 246 0 41 27 20 525 57 106
Binary 11010111 10010000 10100110 0 100001 10111 10000 101010101 101111 1000110

Color Harmonies of #D790A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790A6

Black with #D790A6

Text Example


Text Example

White with #D790A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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