Html Css Color HEX #D790AE Kobi

📋 copy color: '#D790AE'

red 215 ◦ green 144 ◦ blue 174

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

Shades of Kobi #D790AE

Tints of Kobi #D790AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.65%

R = 40.34%
G = 27.02%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D790AE (or 0xD790AE) is known color: Kobi. HEX triplet: D7, 90 and AE. RGB value is (215,144,174). Sum of RGB (Red+Green+Blue) = 215+144+174=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D790AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790AE is #286F51. Grayscale: #A8A8A8. Windows color (decimal): -2649938 or 11440343. OLE color: 11440343.

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

Color convert

RGB 215 144 174 -
CMYK 0 0.33 0.19 0.16
HSL 334.65º 0.47% 0.7% -
HSV(B) 334.65º 0.33% 0.84% -
XYZ 45.64 37.45 44.87 -
YUV 168.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 215 144 174 0 0.33 0.19 0.16 334.65 0.47 0.7
Hex D7 90 AE 0 21 13 10 14F 2F 46
Octal 327 220 256 0 41 23 20 517 57 106
Binary 11010111 10010000 10101110 0 100001 10011 10000 101001111 101111 1000110

Color Harmonies of #D790AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790AE

Black with #D790AE

Text Example


Text Example

White with #D790AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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