Html Css Color HEX #D098A8 Kobi

📋 copy color: '#D098A8'

red 208 ◦ green 152 ◦ blue 168

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

Shades of Kobi #D098A8

Tints of Kobi #D098A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 39.39%
G = 28.79%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D098A8 (or 0xD098A8) is known color: Kobi. HEX triplet: D0, 98 and A8. RGB value is (208,152,168). Sum of RGB (Red+Green+Blue) = 208+152+168=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D098A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098A8 is #2F6757. Grayscale: #AAAAAA. Windows color (decimal): -3106648 or 11049168. OLE color: 11049168.

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

Color convert

RGB 208 152 168 -
CMYK 0 0.27 0.19 0.18
HSL 342.86º 0.37% 0.71% -
HSV(B) 342.86º 0.27% 0.82% -
XYZ 44.31 38.69 42.18 -
YUV 170.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 208 152 168 0 0.27 0.19 0.18 342.86 0.37 0.71
Hex D0 98 A8 0 1B 13 12 157 25 47
Octal 320 230 250 0 33 23 22 527 45 107
Binary 11010000 10011000 10101000 0 11011 10011 10010 101010111 100101 1000111

Color Harmonies of #D098A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098A8

Black with #D098A8

Text Example


Text Example

White with #D098A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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