Html Css Color HEX #D098B0 Kobi

📋 copy color: '#D098B0'

red 208 ◦ green 152 ◦ blue 176

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

Shades of Kobi #D098B0

Tints of Kobi #D098B0

RGB

 RED value IS 208 (81.64% from 255) = 38.81%

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

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

R = 38.81%
G = 28.36%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D098B0 (or 0xD098B0) is known color: Kobi. HEX triplet: D0, 98 and B0. RGB value is (208,152,176). Sum of RGB (Red+Green+Blue) = 208+152+176=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D098B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098B0 is #2F674F. Grayscale: #ABABAB. Windows color (decimal): -3106640 or 11573456. OLE color: 11573456.

HSL color Cylindrical-coordinate representation of color #D098B0: hue angle of 334.29º degrees, saturation: 0.37, 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 #D098B0 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 176 -
CMYK 0 0.27 0.15 0.18
HSL 334.29º 0.37% 0.71% -
HSV(B) 334.29º 0.27% 0.82% -
XYZ 45.08 39 46.23 -
YUV 171.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 208 152 176 0 0.27 0.15 0.18 334.29 0.37 0.71
Hex D0 98 B0 0 1B F 12 14E 25 47
Octal 320 230 260 0 33 17 22 516 45 107
Binary 11010000 10011000 10110000 0 11011 1111 10010 101001110 100101 1000111

Color Harmonies of #D098B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098B0

Black with #D098B0

Text Example


Text Example

White with #D098B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098B0; }

 p { color: rgb(208,152,176); }

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

background-color css

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

 a { background-color: rgb(208,152,176); }

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

border-color css

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

 span { border-color: rgb(208,152,176); }

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