Html Css Color HEX #D790A4 Kobi

📋 copy color: '#D790A4'

red 215 ◦ green 144 ◦ blue 164

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

Shades of Kobi #D790A4

Tints of Kobi #D790A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.36%

R = 41.11%
G = 27.53%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D790A4 (or 0xD790A4) is known color: Kobi. HEX triplet: D7, 90 and A4. RGB value is (215,144,164). Sum of RGB (Red+Green+Blue) = 215+144+164=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D790A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790A4 is #286F5B. Grayscale: #A7A7A7. Windows color (decimal): -2649948 or 10784983. OLE color: 10784983.

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

Color convert

RGB 215 144 164 -
CMYK 0 0.33 0.24 0.16
HSL 343.1º 0.47% 0.7% -
HSV(B) 343.1º 0.33% 0.84% -
XYZ 44.7 37.07 39.92 -
YUV 167.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 215 144 164 0 0.33 0.24 0.16 343.1 0.47 0.7
Hex D7 90 A4 0 21 18 10 157 2F 46
Octal 327 220 244 0 41 30 20 527 57 106
Binary 11010111 10010000 10100100 0 100001 11000 10000 101010111 101111 1000110

Color Harmonies of #D790A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790A4

Black with #D790A4

Text Example


Text Example

White with #D790A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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