Html Css Color HEX #D6A0B2 Kobi

📋 copy color: '#D6A0B2'

red 214 ◦ green 160 ◦ blue 178

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

Shades of Kobi #D6A0B2

Tints of Kobi #D6A0B2

RGB

 RED value IS 214 (83.98% from 255) = 38.77%

 GREEN value IS 160 (62.89% from 255) = 28.99%

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 38.77%
G = 28.99%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6A0B2 (or 0xD6A0B2) is known color: Kobi. HEX triplet: D6, A0 and B2. RGB value is (214,160,178). Sum of RGB (Red+Green+Blue) = 214+160+178=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A0B2 is #295F4D. Grayscale: #B2B2B2. Windows color (decimal): -2711374 or 11706582. OLE color: 11706582.

HSL color Cylindrical-coordinate representation of color #D6A0B2: hue angle of 340º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0B2 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 178 -
CMYK 0 0.25 0.17 0.16
HSL 340º 0.4% 0.73% -
HSV(B) 340º 0.25% 0.84% -
XYZ 48.34 42.65 47.8 -
YUV 178.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 214 160 178 0 0.25 0.17 0.16 340 0.4 0.73
Hex D6 A0 B2 0 19 11 10 154 28 49
Octal 326 240 262 0 31 21 20 524 50 111
Binary 11010110 10100000 10110010 0 11001 10001 10000 101010100 101000 1001001

Color Harmonies of #D6A0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0B2

Black with #D6A0B2

Text Example


Text Example

White with #D6A0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0B2; }

 p { color: rgb(214,160,178); }

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

background-color css

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

 a { background-color: rgb(214,160,178); }

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

border-color css

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

 span { border-color: rgb(214,160,178); }

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