Html Css Color HEX #D096AF Kobi

📋 copy color: '#D096AF'

red 208 ◦ green 150 ◦ blue 175

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

Shades of Kobi #D096AF

Tints of Kobi #D096AF

RGB

 RED value IS 208 (81.64% from 255) = 39.02%

 GREEN value IS 150 (58.98% from 255) = 28.14%

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 39.02%
G = 28.14%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D096AF (or 0xD096AF) is known color: Kobi. HEX triplet: D0, 96 and AF. RGB value is (208,150,175). Sum of RGB (Red+Green+Blue) = 208+150+175=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D096AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D096AF is #2F6950. Grayscale: #AAAAAA. Windows color (decimal): -3107153 or 11507408. OLE color: 11507408.

HSL color Cylindrical-coordinate representation of color #D096AF: hue angle of 334.14º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096AF is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 175 -
CMYK 0 0.28 0.16 0.18
HSL 334.14º 0.38% 0.7% -
HSV(B) 334.14º 0.28% 0.82% -
XYZ 44.66 38.32 45.6 -
YUV 170.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 208 150 175 0 0.28 0.16 0.18 334.14 0.38 0.7
Hex D0 96 AF 0 1C 10 12 14E 26 46
Octal 320 226 257 0 34 20 22 516 46 106
Binary 11010000 10010110 10101111 0 11100 10000 10010 101001110 100110 1000110

Color Harmonies of #D096AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096AF

Black with #D096AF

Text Example


Text Example

White with #D096AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096AF; }

 p { color: rgb(208,150,175); }

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

background-color css

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

 a { background-color: rgb(208,150,175); }

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

border-color css

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

 span { border-color: rgb(208,150,175); }

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