Html Css Color HEX #D692B3 Kobi

📋 copy color: '#D692B3'

red 214 ◦ green 146 ◦ blue 179

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

Shades of Kobi #D692B3

Tints of Kobi #D692B3

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.09%

 BLUE value IS 179 (70.31% from 255) = 33.21%

R = 39.7%
G = 27.09%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D692B3 (or 0xD692B3) is known color: Kobi. HEX triplet: D6, 92 and B3. RGB value is (214,146,179). Sum of RGB (Red+Green+Blue) = 214+146+179=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D692B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692B3 is #296D4C. Grayscale: #AAAAAA. Windows color (decimal): -2714957 or 11768534. OLE color: 11768534.

HSL color Cylindrical-coordinate representation of color #D692B3: hue angle of 330.88º 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 #D692B3 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 179 -
CMYK 0 0.32 0.16 0.16
HSL 330.88º 0.45% 0.71% -
HSV(B) 330.88º 0.32% 0.84% -
XYZ 46.15 38.11 47.57 -
YUV 170.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 214 146 179 0 0.32 0.16 0.16 330.88 0.45 0.71
Hex D6 92 B3 0 20 10 10 14B 2D 47
Octal 326 222 263 0 40 20 20 513 55 107
Binary 11010110 10010010 10110011 0 100000 10000 10000 101001011 101101 1000111

Color Harmonies of #D692B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692B3

Black with #D692B3

Text Example


Text Example

White with #D692B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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