Html Css Color HEX #D097B0 Kobi

📋 copy color: '#D097B0'

red 208 ◦ green 151 ◦ blue 176

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

Shades of Kobi #D097B0

Tints of Kobi #D097B0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.22%

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

R = 38.88%
G = 28.22%
B = 32.9%

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

#D097B0 (or 0xD097B0) is known color: Kobi. HEX triplet: D0, 97 and B0. RGB value is (208,151,176). Sum of RGB (Red+Green+Blue) = 208+151+176=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D097B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D097B0 is #2F684F. Grayscale: #AAAAAA. Windows color (decimal): -3106896 or 11573200. OLE color: 11573200.

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

Color convert

RGB 208 151 176 -
CMYK 0 0.27 0.15 0.18
HSL 333.68º 0.38% 0.7% -
HSV(B) 333.68º 0.27% 0.82% -
XYZ 44.92 38.68 46.17 -
YUV 170.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 208 151 176 0 0.27 0.15 0.18 333.68 0.38 0.7
Hex D0 97 B0 0 1B F 12 14E 26 46
Octal 320 227 260 0 33 17 22 516 46 106
Binary 11010000 10010111 10110000 0 11011 1111 10010 101001110 100110 1000110

Color Harmonies of #D097B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097B0

Black with #D097B0

Text Example


Text Example

White with #D097B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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