Html Css Color HEX #D195A9 Kobi

📋 copy color: '#D195A9'

red 209 ◦ green 149 ◦ blue 169

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

Shades of Kobi #D195A9

Tints of Kobi #D195A9

RGB

 RED value IS 209 (82.03% from 255) = 39.66%

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

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 39.66%
G = 28.27%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D195A9 (or 0xD195A9) is known color: Kobi. HEX triplet: D1, 95 and A9. RGB value is (209,149,169). Sum of RGB (Red+Green+Blue) = 209+149+169=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A9 is #2E6A56. Grayscale: #A9A9A9. Windows color (decimal): -3041879 or 11113937. OLE color: 11113937.

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

Color convert

RGB 209 149 169 -
CMYK 0 0.29 0.19 0.18
HSL 340º 0.39% 0.7% -
HSV(B) 340º 0.29% 0.82% -
XYZ 44.2 37.91 42.52 -
YUV 169.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 209 149 169 0 0.29 0.19 0.18 340 0.39 0.7
Hex D1 95 A9 0 1D 13 12 154 27 46
Octal 321 225 251 0 35 23 22 524 47 106
Binary 11010001 10010101 10101001 0 11101 10011 10010 101010100 100111 1000110

Color Harmonies of #D195A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195A9

Black with #D195A9

Text Example


Text Example

White with #D195A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195A9; }

 p { color: rgb(209,149,169); }

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

background-color css

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

 a { background-color: rgb(209,149,169); }

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

border-color css

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

 span { border-color: rgb(209,149,169); }

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