Html Css Color HEX #D095AD Kobi

📋 copy color: '#D095AD'

red 208 ◦ green 149 ◦ blue 173

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

Shades of Kobi #D095AD

Tints of Kobi #D095AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.11%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 39.25%
G = 28.11%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D095AD (or 0xD095AD) is known color: Kobi. HEX triplet: D0, 95 and AD. RGB value is (208,149,173). Sum of RGB (Red+Green+Blue) = 208+149+173=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D095AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D095AD is #2F6A52. Grayscale: #A9A9A9. Windows color (decimal): -3107411 or 11376080. OLE color: 11376080.

HSL color Cylindrical-coordinate representation of color #D095AD: hue angle of 335.59º degrees, saturation: 0.39, 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 #D095AD is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 173 -
CMYK 0 0.28 0.17 0.18
HSL 335.59º 0.39% 0.7% -
HSV(B) 335.59º 0.28% 0.82% -
XYZ 44.3 37.92 44.52 -
YUV 169.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 208 149 173 0 0.28 0.17 0.18 335.59 0.39 0.7
Hex D0 95 AD 0 1C 11 12 150 27 46
Octal 320 225 255 0 34 21 22 520 47 106
Binary 11010000 10010101 10101101 0 11100 10001 10010 101010000 100111 1000110

Color Harmonies of #D095AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095AD

Black with #D095AD

Text Example


Text Example

White with #D095AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095AD; }

 p { color: rgb(208,149,173); }

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

background-color css

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

 a { background-color: rgb(208,149,173); }

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

border-color css

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

 span { border-color: rgb(208,149,173); }

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