Html Css Color HEX #D6A1B2 Kobi

📋 copy color: '#D6A1B2'

red 214 ◦ green 161 ◦ blue 178

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

Shades of Kobi #D6A1B2

Tints of Kobi #D6A1B2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.11%

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

R = 38.7%
G = 29.11%
B = 32.19%

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

#D6A1B2 (or 0xD6A1B2) is known color: Kobi. HEX triplet: D6, A1 and B2. RGB value is (214,161,178). Sum of RGB (Red+Green+Blue) = 214+161+178=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A1B2 is #295E4D. Grayscale: #B2B2B2. Windows color (decimal): -2711118 or 11706838. OLE color: 11706838.

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

Color convert

RGB 214 161 178 -
CMYK 0 0.25 0.17 0.16
HSL 340.75º 0.39% 0.74% -
HSV(B) 340.75º 0.25% 0.84% -
XYZ 48.51 43 47.86 -
YUV 178.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 214 161 178 0 0.25 0.17 0.16 340.75 0.39 0.74
Hex D6 A1 B2 0 19 11 10 155 27 4A
Octal 326 241 262 0 31 21 20 525 47 112
Binary 11010110 10100001 10110010 0 11001 10001 10000 101010101 100111 1001010

Color Harmonies of #D6A1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A1B2

Black with #D6A1B2

Text Example


Text Example

White with #D6A1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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