Html Css Color HEX #D198AC Kobi

📋 copy color: '#D198AC'

red 209 ◦ green 152 ◦ blue 172

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

Shades of Kobi #D198AC

Tints of Kobi #D198AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.52%

 BLUE value IS 172 (67.58% from 255) = 32.27%

R = 39.21%
G = 28.52%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D198AC (or 0xD198AC) is known color: Kobi. HEX triplet: D1, 98 and AC. RGB value is (209,152,172). Sum of RGB (Red+Green+Blue) = 209+152+172=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D198AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198AC is #2E6753. Grayscale: #ABABAB. Windows color (decimal): -3041108 or 11311313. OLE color: 11311313.

HSL color Cylindrical-coordinate representation of color #D198AC: hue angle of 338.95º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198AC is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 152 172 -
CMYK 0 0.27 0.18 0.18
HSL 338.95º 0.38% 0.71% -
HSV(B) 338.95º 0.27% 0.82% -
XYZ 44.97 38.99 44.19 -
YUV 171.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 209 152 172 0 0.27 0.18 0.18 338.95 0.38 0.71
Hex D1 98 AC 0 1B 12 12 153 26 47
Octal 321 230 254 0 33 22 22 523 46 107
Binary 11010001 10011000 10101100 0 11011 10010 10010 101010011 100110 1000111

Color Harmonies of #D198AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198AC

Black with #D198AC

Text Example


Text Example

White with #D198AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198AC; }

 p { color: rgb(209,152,172); }

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

background-color css

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

 a { background-color: rgb(209,152,172); }

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

border-color css

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

 span { border-color: rgb(209,152,172); }

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