Html Css Color HEX #D790AC Kobi

📋 copy color: '#D790AC'

red 215 ◦ green 144 ◦ blue 172

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

Shades of Kobi #D790AC

Tints of Kobi #D790AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 40.49%
G = 27.12%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D790AC (or 0xD790AC) is known color: Kobi. HEX triplet: D7, 90 and AC. RGB value is (215,144,172). Sum of RGB (Red+Green+Blue) = 215+144+172=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D790AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790AC is #286F53. Grayscale: #A8A8A8. Windows color (decimal): -2649940 or 11309271. OLE color: 11309271.

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

Color convert

RGB 215 144 172 -
CMYK 0 0.33 0.2 0.16
HSL 336.34º 0.47% 0.7% -
HSV(B) 336.34º 0.33% 0.84% -
XYZ 45.44 37.37 43.85 -
YUV 168.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 215 144 172 0 0.33 0.2 0.16 336.34 0.47 0.7
Hex D7 90 AC 0 21 14 10 150 2F 46
Octal 327 220 254 0 41 24 20 520 57 106
Binary 11010111 10010000 10101100 0 100001 10100 10000 101010000 101111 1000110

Color Harmonies of #D790AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790AC

Black with #D790AC

Text Example


Text Example

White with #D790AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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