#D692B2

Color #D692B2 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D692B2

Tints of Kobi #D692B2

Color information

#D692B2 (or 0xD692B2) is unknown color: approx Kobi. HEX triplet: D6, 92 and B2. RGB value is (214,146,178). Sum of RGB (Red+Green+Blue) = 214+146+178=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D692B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692B2 is #296D4D. Grayscale: #A9A9A9. Windows color (decimal): -2714958 or 11702998. OLE color: 11702998.

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

Color convert

RGB214146178-
CMYK00.320.170.16
HSL331.76º45.33%70.59%-
HSV(B)331.76º31.78%83.92%-
XYZ46.0538.0747.04-
YUV169.98132.53159.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=39.78%
G=27.14%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414617800.320.170.16331.7645.3370.59
HexD692B2020111014c2d47
Octal326222262040212051455107
Binary110101101001001010110010010000010001100001010011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692B2; }

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

 H1.HeaderClassName
 {
   color: #D692B2;
 }
 .AnyTagClassName
 {
   color: #D692B2;
 }
</style>
background-color css

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

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

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

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

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

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