Html Css Color HEX #D195AF Kobi

📋 copy color: '#D195AF'

red 209 ◦ green 149 ◦ blue 175

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

Shades of Kobi #D195AF

Tints of Kobi #D195AF

RGB

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

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

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

R = 39.21%
G = 27.95%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D195AF (or 0xD195AF) is known color: Kobi. HEX triplet: D1, 95 and AF. RGB value is (209,149,175). Sum of RGB (Red+Green+Blue) = 209+149+175=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D195AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195AF is #2E6A50. Grayscale: #A9A9A9. Windows color (decimal): -3041873 or 11507153. OLE color: 11507153.

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

Color convert

RGB 209 149 175 -
CMYK 0 0.29 0.16 0.18
HSL 334º 0.39% 0.7% -
HSV(B) 334º 0.29% 0.82% -
XYZ 44.78 38.15 45.56 -
YUV 169.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 209 149 175 0 0.29 0.16 0.18 334 0.39 0.7
Hex D1 95 AF 0 1D 10 12 14E 27 46
Octal 321 225 257 0 35 20 22 516 47 106
Binary 11010001 10010101 10101111 0 11101 10000 10010 101001110 100111 1000110

Color Harmonies of #D195AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195AF

Black with #D195AF

Text Example


Text Example

White with #D195AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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