Html Css Color HEX #D195AB Kobi

📋 copy color: '#D195AB'

red 209 ◦ green 149 ◦ blue 171

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

Shades of Kobi #D195AB

Tints of Kobi #D195AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 39.51%
G = 28.17%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D195AB (or 0xD195AB) is known color: Kobi. HEX triplet: D1, 95 and AB. RGB value is (209,149,171). Sum of RGB (Red+Green+Blue) = 209+149+171=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D195AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195AB is #2E6A54. Grayscale: #A9A9A9. Windows color (decimal): -3041877 or 11245009. OLE color: 11245009.

HSL color Cylindrical-coordinate representation of color #D195AB: hue angle of 338º 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 #D195AB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 171 -
CMYK 0 0.29 0.18 0.18
HSL 338º 0.39% 0.7% -
HSV(B) 338º 0.29% 0.82% -
XYZ 44.39 37.99 43.52 -
YUV 169.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 209 149 171 0 0.29 0.18 0.18 338 0.39 0.7
Hex D1 95 AB 0 1D 12 12 152 27 46
Octal 321 225 253 0 35 22 22 522 47 106
Binary 11010001 10010101 10101011 0 11101 10010 10010 101010010 100111 1000110

Color Harmonies of #D195AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195AB

Black with #D195AB

Text Example


Text Example

White with #D195AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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