Html Css Color HEX #D195B0 Kobi

📋 copy color: '#D195B0'

red 209 ◦ green 149 ◦ blue 176

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

Shades of Kobi #D195B0

Tints of Kobi #D195B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 39.14%
G = 27.9%
B = 32.96%

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

#D195B0 (or 0xD195B0) is known color: Kobi. HEX triplet: D1, 95 and B0. RGB value is (209,149,176). Sum of RGB (Red+Green+Blue) = 209+149+176=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D195B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195B0 is #2E6A4F. Grayscale: #A9A9A9. Windows color (decimal): -3041872 or 11572689. OLE color: 11572689.

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

Color convert

RGB 209 149 176 -
CMYK 0 0.29 0.16 0.18
HSL 333º 0.39% 0.7% -
HSV(B) 333º 0.29% 0.82% -
XYZ 44.88 38.18 46.08 -
YUV 170.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 209 149 176 0 0.29 0.16 0.18 333 0.39 0.7
Hex D1 95 B0 0 1D 10 12 14D 27 46
Octal 321 225 260 0 35 20 22 515 47 106
Binary 11010001 10010101 10110000 0 11101 10000 10010 101001101 100111 1000110

Color Harmonies of #D195B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195B0

Black with #D195B0

Text Example


Text Example

White with #D195B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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